Module: Manifest
- Defined in:
- lib/manifest.rb,
lib/manifest/engine.rb,
lib/manifest/version.rb
Overview
The primary Manifest namespace. Note that Page, Editor, and ContentBlock are not namespaced models.
Defined Under Namespace
Classes: Configuration, ContentBlocksController, DataTypeGenerator, Engine, InstallGenerator, LabelledFormBuilder, ManifestController, PagesController, SessionsController
Constant Summary collapse
- VERSION =
"0.2.8"
Class Method Summary collapse
Class Method Details
.configuration ⇒ Object
14 15 16 |
# File 'lib/manifest.rb', line 14 def self.configuration @configuration ||= Configuration.new end |
.configure {|configuration| ... } ⇒ Object
10 11 12 |
# File 'lib/manifest.rb', line 10 def self.configure yield configuration end |