Sha256: cdb86deaf68fce37cf925f6d73450dc3be6813ed12ccc23a75a3045aa16c9e10

Contents?: true

Size: 435 Bytes

Versions: 8

Compression:

Stored size: 435 Bytes

Contents

module CMS
  autoload :Routes,        'cms/routes'
  autoload :Configuration, 'cms/configuration'
  autoload :Type,          'cms/type'
  autoload :Attribute,     'cms/attribute'
  autoload :Helper,        'cms/helper'
  autoload :Orderable,     'cms/orderable'
  autoload :Uploader,      'cms/uploader'
  autoload :ViewTags,      'cms/view_tags'
  autoload :FormBuilder,   'cms/form_builder'
  autoload :Page,          'cms/page'
end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
honey-cms-0.3.8 lib/cms.rb
honey-cms-0.3.7 lib/cms.rb
honey-cms-0.3.5 lib/cms.rb
honey-cms-0.3.4 lib/cms.rb
honey-cms-0.3.3 lib/cms.rb
honey-cms-0.3.2 lib/cms.rb
honey-cms-0.3.1 lib/cms.rb
honey-cms-0.3.0 lib/cms.rb