lib/azeroth.rb in azeroth-0.1.0 vs lib/azeroth.rb in azeroth-0.2.0
- old
+ new
@@ -1,14 +1,15 @@
# frozen_string_literal: true
+require 'sinclair'
+
# @api public
#
# Lib for easily developing controllers
#
+# @example (see Resourceable)
+#
# @see Resourceable
-
-require 'sinclair'
-
module Azeroth
autoload :Decorator, 'azeroth/decorator'
autoload :Model, 'azeroth/model'
autoload :RequestHandler, 'azeroth/request_handler'
autoload :Resourceable, 'azeroth/resourceable'