class method
self.new
Ruby on Rails 6.1.7.10
Since v3.0.20Signature
self.new(app, options = {})
No documentation comment.
Parameters
-
appreq -
optionsopt = {}
Source
# File actionpack/lib/action_dispatch/middleware/session/cookie_store.rb, line 59
def initialize(app, options = {})
super(app, options.merge!(cookie_only: true))
end
Defined in actionpack/lib/action_dispatch/middleware/session/cookie_store.rb line 59
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActionDispatch::Session::CookieStore