method
new
v7.0.0 -
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 59
def initialize(app, options = {})
super(app, options.merge!(cookie_only: true))
end