method
new
v6.1.3.1 -
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 29
def initialize(env_name, name, configuration_hash)
super(env_name, name)
@configuration_hash = configuration_hash.symbolize_keys.freeze
end