method

environment_url_config

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