Skip to content

Commit 9be9a81

Browse files
authored
Remove misleading comment related to lazily_load_schema_cache and use_schema_cache_dump
1 parent 6e551d2 commit 9be9a81

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

activerecord/lib/active_record.rb

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -184,8 +184,7 @@ module Tasks
184184
##
185185
# :singleton-method: lazily_load_schema_cache
186186
# Lazily load the schema cache. This option will load the schema cache
187-
# when a connection is established rather than on boot. If set,
188-
# +config.active_record.use_schema_cache_dump+ will be set to false.
187+
# when a connection is established rather than on boot.
189188
singleton_class.attr_accessor :lazily_load_schema_cache
190189
self.lazily_load_schema_cache = false
191190

0 commit comments

Comments
 (0)