Skip to content

Commit

Permalink
Remove misleading comment related to lazily_load_schema_cache and use…
Browse files Browse the repository at this point in the history
…_schema_cache_dump
  • Loading branch information
vahe committed Apr 10, 2024
1 parent 6e551d2 commit 9be9a81
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions activerecord/lib/active_record.rb
Original file line number Diff line number Diff line change
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 9be9a81

Please sign in to comment.