Method: ActionController::RequestForgeryProtection::ProtectionMethods::Exception#handle_unverified_request
- Defined in:
- actionpack/lib/action_controller/metal/request_forgery_protection.rb
#handle_unverified_request ⇒ Object
311 312 313 |
# File 'actionpack/lib/action_controller/metal/request_forgery_protection.rb', line 311 def handle_unverified_request raise ActionController::InvalidAuthenticityToken, end |