Skip to content

Commit

Permalink
Merge pull request #51540 from vahe/lazily_load_schema_cache-docs-cmm…
Browse files Browse the repository at this point in the history
…ent-cleanup

Remove misleading comment related to lazily_load_schema_cache and use_schema_cache_dump
  • Loading branch information
byroot committed Apr 11, 2024
2 parents 81cbca7 + 9be9a81 commit 93df871
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions activerecord/lib/active_record.rb
Expand Up @@ -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

Expand Down

0 comments on commit 93df871

Please sign in to comment.