CA-Hackathon-Term2/app/controllers/application_controller.rb
2017-10-19 15:00:34 +11:00

3 lines
97 B
Ruby

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