We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 916f984 commit 93318efCopy full SHA for 93318ef
actionpack/lib/action_controller/metal/request_forgery_protection.rb
@@ -149,6 +149,7 @@ module ClassMethods
149
#
150
151
# Built-in unverified request handling methods are:
152
+ #
153
# * `:exception` - Raises ActionController::InvalidAuthenticityToken
154
# exception.
155
# * `:reset_session` - Resets the session.
@@ -177,6 +178,7 @@ module ClassMethods
177
178
179
180
# Built-in session token strategies are:
181
182
# * `:session` - Store the CSRF token in the session. Used as default if
183
# `:store` option is not specified.
184
# * `:cookie` - Store the CSRF token in an encrypted cookie.
0 commit comments