instance method
handle_unverified_request
Ruby on Rails 4.2.9
Since v2.3.18Signature
handle_unverified_request()
No documentation comment.
Source
# 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
Defined in actionpack/lib/action_controller/metal/request_forgery_protection.rb line 208
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActionController::RequestForgeryProtection