Method: NoWhen::Model.upgrade

Defined in:
lib/nowhen/model.rb

.upgradeObject



22
23
24
25
# File 'lib/nowhen/model.rb', line 22

def self.upgrade
  require 'dm-migrations'
  DataMapper.auto_upgrade!
end