amaysim_crap/app/controllers/application_controller.rb
2017-08-30 14:34:48 +10:00

3 lines
97 B
Ruby

class ApplicationController < ActionController::Base
protect_from_forgery with: :exception
end