mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-15 03:51:41 +00:00
This commit is contained in:
parent
c0084d5d1f
commit
77e71f6a66
1 changed files with 1 additions and 1 deletions
|
@ -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?
|
||||
|
|
Loading…
Reference in a new issue