Class: ActionController::RequestForgeryProtection::ProtectionMethods::NullSession::NullCookieJar
- Inherits:
-
ActionDispatch::Cookies::CookieJar
- Object
- ActionDispatch::Cookies::CookieJar
- ActionController::RequestForgeryProtection::ProtectionMethods::NullSession::NullCookieJar
- Defined in:
- lib/action_controller/metal/request_forgery_protection.rb
Overview
:nodoc:
Instance Attribute Summary
Attributes inherited from ActionDispatch::Cookies::CookieJar
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 ActionDispatch::Cookies::ChainedCookieJars
#encrypted, #permanent, #signed, #signed_or_encrypted
Constructor Details
This class inherits a constructor from ActionDispatch::Cookies::CookieJar
Instance Method Details
#write ⇒ Object
229 230 231 |
# File 'lib/action_controller/metal/request_forgery_protection.rb', line 229 def write(*) # nothing end |