Flowdock
method

new

Importance_0
v7.0.0 - Show latest stable - 0 notes - Class: UrlConfig
new(env_name, name, url, configuration_hash = {}) public

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/url_config.rb, line 34
      def initialize(env_name, name, url, configuration_hash = {})
        super(env_name, name, configuration_hash)

        @url = url
        @configuration_hash = @configuration_hash.merge(build_url_hash).freeze
      end
Register or log in to add new notes.