curly-happiness/app/controllers/application_controller.rb
2017-11-03 17:09:11 +11:00

3 lines
97 B
Ruby

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