diff --git a/activerecord/lib/active_record.rb b/activerecord/lib/active_record.rb index ffb42a8272bf0..b61ef19fd05f6 100644 --- a/activerecord/lib/active_record.rb +++ b/activerecord/lib/active_record.rb @@ -184,8 +184,7 @@ module Tasks ## # :singleton-method: lazily_load_schema_cache # Lazily load the schema cache. This option will load the schema cache - # when a connection is established rather than on boot. If set, - # +config.active_record.use_schema_cache_dump+ will be set to false. + # when a connection is established rather than on boot. singleton_class.attr_accessor :lazily_load_schema_cache self.lazily_load_schema_cache = false