method
fetch
rails latest stable - Class:
ActionController::RequestForgeryProtection::SessionStore
fetch(request)public
No documentation available.
# File actionpack/lib/action_controller/metal/request_forgery_protection.rb, line 299
def fetch(request)
request.session[:_csrf_token]
end