lib/azeroth.rb in azeroth-0.10.0 vs lib/azeroth.rb in azeroth-0.10.1

- old
+ new

@@ -13,9 +13,10 @@ module Azeroth autoload :ControllerInterface, 'azeroth/controller_interface' autoload :Decorator, 'azeroth/decorator' autoload :DummyDecorator, 'azeroth/dummy_decorator' autoload :Model, 'azeroth/model' + autoload :ParamsBuilder, 'azeroth/params_builder' autoload :RequestHandler, 'azeroth/request_handler' autoload :Resourceable, 'azeroth/resourceable' autoload :ResourceBuilder, 'azeroth/resource_builder' autoload :RoutesBuilder, 'azeroth/routes_builder' autoload :Options, 'azeroth/options'