class ActionController::RequestForgeryProtection::CookieStore

def initialize(cookie = :csrf_token)

def initialize(cookie = :csrf_token)
  @cookie_name = cookie
end