diff --git a/app/controllers/application_controller.rb b/app/controllers/application_controller.rb index 2f09ceab..9893daa6 100644 --- a/app/controllers/application_controller.rb +++ b/app/controllers/application_controller.rb @@ -4,7 +4,7 @@ class ApplicationController < ActionController::Base include ExceptionHandler - protect_from_forgery with: :exception + protect_from_forgery with: :exception, prepend: true before_action :prepare_exception_notifier before_action :configure_permitted_parameters, if: :devise_controller?