sqm-dashboards/app/controllers/application_controller.rb
2017-04-05 21:17:27 -04:00

3 lines
112 B
Ruby

class ApplicationController < ActionController::Base
protect_from_forgery with: :exception, prepend: true
end