instance method
schema_cache_path
Ruby on Rails 7.0.10
Since v6.1.7.10Signature
schema_cache_path()
The path to the schema cache dump file for a database. If omitted, the filename will be read from ENV or a default will be derived.
Source
# File activerecord/lib/active_record/database_configurations/hash_config.rb, line 103
def schema_cache_path
configuration_hash[:schema_cache_path]
end
Defined in activerecord/lib/active_record/database_configurations/hash_config.rb line 103
· View on GitHub
· Improve this page
· Find usages on GitHub