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