Files
calligraphy/spec/dummy/app/controllers/application_controller.rb
2017-12-18 00:11:35 -06:00

4 lines
97 B
Ruby

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