Method: Sequel::Database#load_schema_cache_from_file
- Defined in:
- lib/engine2/core.rb
#load_schema_cache_from_file ⇒ Object
176 177 178 179 |
# File 'lib/engine2/core.rb', line 176 def load_schema_cache_from_file self.models = {} load_schema_cache? cache_file if adapter_scheme end |