Files
sx-fc/app/controllers/application_controller.rb
2017-03-24 19:58:23 +06:30

4 lines
97 B
Ruby

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