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:
Constant Summary
Constants inherited from ActionDispatch::Cookies::CookieJar
ActionDispatch::Cookies::CookieJar::DOMAIN_REGEXP
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, #handle_options, #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
      193 194 195  | 
    
      # File 'lib/action_controller/metal/request_forgery_protection.rb', line 193 def write(*) # nothing end  |