method
new
v7.0.0 -
Show latest stable
- Class:
ActiveRecord::DatabaseConfigurations::HashConfig
new(env_name, name, configuration_hash)public
No documentation available.
# File activerecord/lib/active_record/database_configurations/hash_config.rb, line 30
def initialize(env_name, name, configuration_hash)
super(env_name, name)
@configuration_hash = configuration_hash.symbolize_keys.freeze
end