Method: ActionController::RequestForgeryProtection::SessionStore#reset
- Defined in:
- actionpack/lib/action_controller/metal/request_forgery_protection.rb
#reset(request) ⇒ Object
326 327 328 |
# File 'actionpack/lib/action_controller/metal/request_forgery_protection.rb', line 326 def reset(request) request.session.delete(:_csrf_token) end |