Flowdock
method

new

Importance_0
v6.0.0 - Show latest stable - 0 notes - Class: DatabaseSelector
new(app, resolver_klass = nil, context_klass = nil, options = {}) public

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Hide source
# File activerecord/lib/active_record/middleware/database_selector.rb, line 38
      def initialize(app, resolver_klass = nil, context_klass = nil, options = {})
        @app = app
        @resolver_klass = resolver_klass || Resolver
        @context_klass = context_klass || Resolver::Session
        @options = options
      end
Register or log in to add new notes.