summaryrefslogtreecommitdiffhomepage
path: root/rails-backend/app/controllers/application_controller.rb
blob: 31e16d7fb995800a5c7b538da6732ecee78e0428 (plain)
1
2
3
4
class ApplicationController < ActionController::API
  include ActionController::Cookies
  include ActionController::RequestForgeryProtection
end