method
form_authenticity_param
v2.3.8 -
Show latest stable
- Class:
ActionController::RequestForgeryProtection
form_authenticity_param()protected
No documentation available.
# File actionpack/lib/action_controller/request_forgery_protection.rb, line 95
def form_authenticity_param
params[request_forgery_protection_token]
end