Flowdock
method

environment_url_config

Importance_0
v6.1.7.7 - Show latest stable - 0 notes - Class: DatabaseConfigurations
environment_url_config(env, name, config) private

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

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

        UrlConfig.new(env, name, url, config)
      end
Register or log in to add new notes.