method
handle_unverified_request
v4.0.2 -
Show latest stable
- Class:
ActionController::RequestForgeryProtection
handle_unverified_request()protected
No documentation available.
# File actionpack/lib/action_controller/metal/request_forgery_protection.rb, line 169
def handle_unverified_request
forgery_protection_strategy.new(self).handle_unverified_request
end