instance method
cache_dump_filename
Ruby on Rails 8.0.4
Since v6.0.6Signature
cache_dump_filename(db_config, schema_cache_path: nil)
No documentation comment.
Parameters
-
db_configreq -
schema_cache_pathkey = nil
Source
# File activerecord/lib/active_record/tasks/database_tasks.rb, line 476
def cache_dump_filename(db_config, schema_cache_path: nil)
schema_cache_path ||
db_config.schema_cache_path ||
db_config.default_schema_cache_path(ActiveRecord::Tasks::DatabaseTasks.db_dir)
end
Defined in activerecord/lib/active_record/tasks/database_tasks.rb line 476
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveRecord::Tasks::DatabaseTasks