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