lib/ormdev/command.rb in ormdev-0.0.8 vs lib/ormdev/command.rb in ormdev-0.0.9
- old
+ new
@@ -3,9 +3,10 @@
module OrmDev
class Command < CLAide::Command
require 'ormdev/command/setup'
require 'ormdev/command/create'
+ require 'ormdev/command/update'
require 'ormdev/command/lint'
require 'ormdev/command/run'
require 'ormdev/command/publish'
self.abstract_command = true
\ No newline at end of file