instance method
lazy_schema_cache_path
Ruby on Rails 8.1.2
Since v7.0.10Signature
lazy_schema_cache_path()
No documentation comment.
Source
# File activerecord/lib/active_record/database_configurations/hash_config.rb, line 148
def lazy_schema_cache_path
schema_cache_path || default_schema_cache_path
end
Defined in activerecord/lib/active_record/database_configurations/hash_config.rb line 148
· View on GitHub
· Improve this page
· Find usages on GitHub