method
new
v8.1.1 -
Show latest stable
- Class:
ActionController::RequestForgeryProtection::CookieStore
new(cookie = :csrf_token)public
No documentation available.
# File actionpack/lib/action_controller/metal/request_forgery_protection.rb, line 341
def initialize(cookie = :csrf_token)
@cookie_name = cookie
end