method
handle_unverified_request
v5.2.3 -
Show latest stable
- Class:
ActionController::RequestForgeryProtection
handle_unverified_request()private
No documentation available.
# File actionpack/lib/action_controller/metal/request_forgery_protection.rb, line 242
def handle_unverified_request # :doc:
forgery_protection_strategy.new(self).handle_unverified_request
end