method
new
v5.2.3 -
Show latest stable
- Class:
ActionDispatch::Session::CookieStore
new(app, options = {})public
No documentation available.
# File actionpack/lib/action_dispatch/middleware/session/cookie_store.rb, line 55
def initialize(app, options = {})
super(app, options.merge!(cookie_only: true))
end