method
environment_url_config
v6.0.0 -
Show latest stable
- Class:
ActiveRecord::DatabaseConfigurations
environment_url_config(env, spec_name, config)private
No documentation available.
# File activerecord/lib/active_record/database_configurations.rb, line 187
def environment_url_config(env, spec_name, config)
url = environment_value_for(spec_name)
return unless url
ActiveRecord::DatabaseConfigurations::UrlConfig.new(env, spec_name, url, config)
end