method
resolve_symbol_connection
v5.1.7 -
Show latest stable
- Class:
ActiveRecord::ConnectionAdapters::ConnectionSpecification::Resolver
resolve_symbol_connection(spec)private
Takes the environment such as :production or :development. This requires that the @configurations was initialized with a key that matches.
Resolver.new("production" => {}).resolve_symbol_connection(:production) # => {}