Method: Sequel::Database#cache_file
- Defined in:
- lib/engine2/core.rb
#cache_file ⇒ Object
172 173 174 |
# File 'lib/engine2/core.rb', line 172 def cache_file "#{Engine2::SETTINGS.path_for(:db_path)}/#{opts[:orig_opts][:name]}.dump" end |