method
new
v5.2.3 -
Show latest stable
- Class:
ActionDispatch::Session::MemCacheStore
new(app, options = {})public
No documentation available.
# File actionpack/lib/action_dispatch/middleware/session/mem_cache_store.rb, line 22
def initialize(app, options = {})
options[:expire_after] ||= options[:expires]
super
end