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