File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed
activerecord/lib/active_record/database_configurations Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -20,17 +20,16 @@ class DatabaseConfigurations
20
20
class HashConfig < DatabaseConfig
21
21
attr_reader :configuration_hash
22
22
23
-
24
23
# Initialize a new +HashConfig+ object
25
24
#
26
- # ==== Options
25
+ # ==== Parameters
27
26
#
28
- # * <tt>: env_name</tt> - The \Rails environment, i.e. "development".
29
- # * <tt>: name</tt> - The db config name. In a standard two-tier
27
+ # * <tt>env_name</tt> - The \Rails environment, i.e. "development".
28
+ # * <tt>name</tt> - The db config name. In a standard two-tier
30
29
# database configuration this will default to "primary". In a multiple
31
30
# database three-tier database configuration this corresponds to the name
32
31
# used in the second tier, for example "primary_readonly".
33
- # * <tt>:config </tt> - The config hash. This is the hash that contains the
32
+ # * <tt>configuration_hash </tt> - The config hash. This is the hash that contains the
34
33
# database adapter, name, and other important information for database
35
34
# connections.
36
35
def initialize ( env_name , name , configuration_hash )
You can’t perform that action at this time.
0 commit comments