method

new

Importance_0
Ruby on Rails latest stable (v7.1.3.2) - 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 52 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.