method
new
v6.0.0 -
Show latest stable
- Class:
ActiveRecord::DatabaseConfigurations::UrlConfig
new(env_name, spec_name, url, config = {})public
No documentation available.
# File activerecord/lib/active_record/database_configurations/url_config.rb, line 34
def initialize(env_name, spec_name, url, config = {})
super(env_name, spec_name)
@config = build_config(config, url)
@url = url
end