method

reset_csrf_token

Importance_0
v8.1.1 - Show latest stable - 0 notes - Class: ActionDispatch::Request
reset_csrf_token() public

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Hide source
# File actionpack/lib/action_dispatch/http/request.rb, line 493
    def reset_csrf_token
      controller_instance.reset_csrf_token(self) if controller_instance.respond_to?(:reset_csrf_token)
    end
Register or log in to add new notes.