From 85efb7cfe6dba1430e63f244a801c3a4c6b87f41 Mon Sep 17 00:00:00 2001 From: Abhay Nikam Date: Fri, 15 Feb 2019 00:33:36 +0530 Subject: Minor changes to deprecation warning message after 35242 --- activerecord/lib/active_record/database_configurations/hash_config.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'activerecord/lib/active_record/database_configurations/hash_config.rb') 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: # - # :env_name - The Rails environment, ie "development" + # :env_name - The Rails environment, i.e. "development" # :spec_name - 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 -- cgit v1.2.3