instance method
instrument_csrf_token_fallback
Ruby on Rails edge
Since edge Private — implementation detail, not part of the public APISignature
instrument_csrf_token_fallback()
No documentation comment.
Source
# File actionpack/lib/action_controller/metal/request_forgery_protection.rb, line 667
def instrument_csrf_token_fallback
instrument_csrf_event "csrf_token_fallback.action_controller"
end
Defined in actionpack/lib/action_controller/metal/request_forgery_protection.rb line 667
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActionController::RequestForgeryProtection