lib/azeroth.rb in azeroth-0.0.2 vs lib/azeroth.rb in azeroth-0.0.3

- old
+ new

@@ -1,3 +1,4 @@ module Azeroth autoload :Resourceable, 'azeroth/resourceable' + autoload :Model, 'azeroth/model' end