method
handle_unverified_request
v8.0.0 -
Show latest stable
- Class:
ActionController::RequestForgeryProtection::ProtectionMethods::Exception
handle_unverified_request()public
No documentation available.
# File actionpack/lib/action_controller/metal/request_forgery_protection.rb, line 311
def handle_unverified_request
raise ActionController::InvalidAuthenticityToken, warning_message
end