Sha256: 6d61021f65ecb33b702e98f3a94d304009b4658b3fecec68dbd9c02e71dfe872
Contents?: true
Size: 593 Bytes
Versions: 4
Compression:
Stored size: 593 Bytes
Contents
# frozen_string_literal: true require 'sinclair' # @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
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
azeroth-0.6.5 | lib/azeroth.rb |
azeroth-0.6.4 | lib/azeroth.rb |
azeroth-0.6.3 | lib/azeroth.rb |
azeroth-0.6.2 | lib/azeroth.rb |