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.
2 parents 34ebdf9 + 93318ef commit d3f471fCopy full SHA for d3f471f
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