instance method
form_authenticity_param
Ruby on Rails 2.3.18
Since v2.3.18Signature
form_authenticity_param()
No documentation comment.
Source
# File actionpack/lib/action_controller/request_forgery_protection.rb, line 98
def form_authenticity_param
params[request_forgery_protection_token]
end
Defined in actionpack/lib/action_controller/request_forgery_protection.rb line 98
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActionController::RequestForgeryProtection