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

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

Overview

:nodoc:

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 ActionDispatch::Cookies::ChainedCookieJars

#encrypted, #permanent, #signed, #signed_or_encrypted

Constructor Details

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

Instance Method Details

#writeObject



269
270
271
# File 'lib/action_controller/metal/request_forgery_protection.rb', line 269

def write(*)
  # nothing
end