aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/database_configurations/hash_config.rb
diff options
context:
space:
mode:
authorAbhay Nikam <nikam.abhay1@gmail.com>2019-02-15 00:33:36 +0530
committerAbhay Nikam <nikam.abhay1@gmail.com>2019-02-15 00:33:36 +0530
commit85efb7cfe6dba1430e63f244a801c3a4c6b87f41 (patch)
tree630b1e53cb1337429802cbacc9363242990009be /activerecord/lib/active_record/database_configurations/hash_config.rb
parent5f7180676bd60b44566a24b293376d54ff5d0d94 (diff)
downloadrails-85efb7cfe6dba1430e63f244a801c3a4c6b87f41.tar.gz
rails-85efb7cfe6dba1430e63f244a801c3a4c6b87f41.tar.bz2
rails-85efb7cfe6dba1430e63f244a801c3a4c6b87f41.zip
Minor changes to deprecation warning message after 35242
Diffstat (limited to 'activerecord/lib/active_record/database_configurations/hash_config.rb')
-rw-r--r--activerecord/lib/active_record/database_configurations/hash_config.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/activerecord/lib/active_record/database_configurations/hash_config.rb b/activerecord/lib/active_record/database_configurations/hash_config.rb
index c176a62458..574cb6bf15 100644
--- a/activerecord/lib/active_record/database_configurations/hash_config.rb
+++ b/activerecord/lib/active_record/database_configurations/hash_config.rb
@@ -16,7 +16,7 @@ module ActiveRecord
#
# Options are:
#
- # <tt>:env_name</tt> - The Rails environment, ie "development"
+ # <tt>:env_name</tt> - The Rails environment, i.e. "development"
# <tt>:spec_name</tt> - The specification name. In a standard two-tier
# database configuration this will default to "primary". In a multiple
# database three-tier database configuration this corresponds to the name