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

- old
+ new

@@ -8,14 +8,15 @@ # # @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' - autoload :Options, 'azeroth/options' + autoload :Decorator, 'azeroth/decorator' + autoload :DummyDecorator, 'azeroth/dummy_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' + autoload :Options, 'azeroth/options' end