Sha256: 28e4c7f95f3daff3ccc84db793ac5f161de2329e9ee6e6aef79ade6e5098443d
Contents?: true
Size: 608 Bytes
Versions: 6
Compression:
Stored size: 608 Bytes
Contents
# frozen_string_literal: true require 'sinclair' require 'jace' # @api public # # Lib for easily developing controllers # # @example (see Resourceable) # # @see Resourceable module Azeroth autoload :Decorator, 'azeroth/decorator' autoload :DummyDecorator, 'azeroth/dummy_decorator' 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
Version data entries
6 entries across 6 versions & 1 rubygems
Version | Path |
---|---|
azeroth-0.8.0 | lib/azeroth.rb |
azeroth-0.7.4 | lib/azeroth.rb |
azeroth-0.7.3 | lib/azeroth.rb |
azeroth-0.7.2 | lib/azeroth.rb |
azeroth-0.7.1 | lib/azeroth.rb |
azeroth-0.7.0 | lib/azeroth.rb |