aboutsummaryrefslogtreecommitdiffstats
path: root/app/controllers/application_controller.rb
blob: 7050568de17222f8c41075a720f5ff22d7cd05e5 (plain)
1
2
3
4
class ApplicationController < ActionController::Base
  protect_from_forgery

end