method
per_form_csrf_token
v7.1.3.4 -
Show latest stable
- Class:
ActionController::RequestForgeryProtection
per_form_csrf_token(session, action_path, method)private
No documentation available.
# File actionpack/lib/action_controller/metal/request_forgery_protection.rb, line 560
def per_form_csrf_token(session, action_path, method) # :doc:
csrf_token_hmac(session, [action_path, method.downcase].join("#"))
end