Parent

Methods

Included Modules

ActionDispatch::Session::RedisStore

Public Class Methods

new(app, options = {}) click to toggle source
# File lib/action_dispatch/middleware/session/redis_store.rb, line 10
def initialize(app, options = {})
  options = options.dup
  options[:redis_server] ||= options[:servers]
  super
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.