lib/azeroth.rb in azeroth-0.3.0 vs lib/azeroth.rb in azeroth-0.4.0

- old
+ new

@@ -9,9 +9,10 @@ # @example (see Resourceable) # # @see Resourceable module Azeroth autoload :Decorator, 'azeroth/decorator' + autoload :Exception, 'azeroth/exception' autoload :Model, 'azeroth/model' autoload :RequestHandler, 'azeroth/request_handler' autoload :Resourceable, 'azeroth/resourceable' autoload :ResourceBuilder, 'azeroth/resource_builder' autoload :RoutesBuilder, 'azeroth/routes_builder'