Class: ActionController::RequestForgeryProtection::ProtectionMethods::NullSession::NullCookieJar

Inherits:
ActionDispatch::Cookies::CookieJar show all
Defined in:
actionpack/lib/action_controller/metal/request_forgery_protection.rb

Overview

:nodoc:

Constant Summary

Constants inherited from ActionDispatch::Cookies::CookieJar

ActionDispatch::Cookies::CookieJar::DOMAIN_REGEXP

Instance Attribute Summary

Attributes inherited from ActionDispatch::Cookies::CookieJar

#request

Instance Method Summary collapse

Methods inherited from ActionDispatch::Cookies::CookieJar

#[], #[]=, build, #clear, #commit!, #committed?, #delete, #deleted?, #each, #fetch, #initialize, #key?, #to_header, #update, #update_cookies_from_jar

Methods included from Enumerable

#as_json, #compact_blank, #exclude?, #excluding, #including, #index_by, #index_with, #many?, #pluck, #sum, #without

Methods included from ActionDispatch::Cookies::ChainedCookieJars

#encrypted, #permanent, #signed, #signed_or_encrypted

Constructor Details

This class inherits a constructor from ActionDispatch::Cookies::CookieJar

Instance Method Details

#writeObject



193
194
195
# File 'actionpack/lib/action_controller/metal/request_forgery_protection.rb', line 193

def write(*)
  # nothing
end