lib/azeroth.rb in azeroth-0.0.5 vs lib/azeroth.rb in azeroth-0.0.6
- old
+ new
@@ -1,6 +1,11 @@
# frozen_string_literal: true
+# @api public
+#
+# Lib for easily developing controllers
+#
+# @see Resourceable
module Azeroth
autoload :Model, 'azeroth/model'
autoload :Resourceable, 'azeroth/resourceable'
autoload :ResourceBuilder, 'azeroth/resource_builder'
autoload :ResourceRouteBuilder, 'azeroth/resource_route_builder'