We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e551d2 commit 9be9a81Copy full SHA for 9be9a81
activerecord/lib/active_record.rb
@@ -184,8 +184,7 @@ module Tasks
184
##
185
# :singleton-method: lazily_load_schema_cache
186
# 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.
+ # when a connection is established rather than on boot.
189
singleton_class.attr_accessor :lazily_load_schema_cache
190
self.lazily_load_schema_cache = false
191
0 commit comments