Module: Smartdict::Storage

Extended by:
ActiveSupport::Autoload, Storage
Includes:
Models
Included in:
Storage
Defined in:
lib/smartdict/storage.rb

Defined Under Namespace

Modules: Seeder

Instance Method Summary collapse

Instance Method Details

#prepare!Object



9
10
11
12
13
# File 'lib/smartdict/storage.rb', line 9

def prepare!
  #DataMapper::Logger.new(STDOUT, :debug)
  setup_sqlite
  update_enums_cache
end