method

environment_url_config

rails latest stable - Class: ActiveRecord::DatabaseConfigurations
environment_url_config(env, name, config)
private

No documentation available.

# File activerecord/lib/active_record/database_configurations.rb, line 295
      def environment_url_config(env, name, config)
        url = environment_value_for(name)
        return unless url

        UrlConfig.new(env, name, url, config)
      end