lib/azeroth.rb in azeroth-0.6.1 vs lib/azeroth.rb in azeroth-0.6.2
- old
+ new
@@ -10,10 +10,9 @@
#
# @see Resourceable
module Azeroth
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'