method
new
rails 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 313
def initialize(cookie = :csrf_token)
@cookie_name = cookie
end