instance method
verify_request?
Ruby on Rails 2.2.3
Since v2.2.3 Last seen in v4.0.13Signature
verify_request?()
Returns true if Action Pack should check requests using this Mime Type for possible request forgery. See ActionController::RequestForgeryProtection.
Source
# File actionpack/lib/action_controller/mime_type.rb, line 181
def verify_request?
browser_generated?
end
Defined in actionpack/lib/action_controller/mime_type.rb line 181
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in Mime::Type