aboutsummaryrefslogtreecommitdiffstats
path: root/spec/dummy/app/controllers/application_controller.rb
blob: e8065d9505d7ec6f727021c827de18a0a95737de (plain) (blame)
1
2
3
class ApplicationController < ActionController::Base
  protect_from_forgery
end