Flowdock
method

walk_configs

Importance_0
v6.0.0 - Show latest stable - 0 notes - Class: DatabaseConfigurations
walk_configs(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 139
      def walk_configs(env_name, config)
        config.map do |spec_name, sub_config|
          build_db_config_from_raw_config(env_name, spec_name.to_s, sub_config)
        end
      end
Register or log in to add new notes.