Module Camping::Views
In: lib/camping-unabridged.rb

Views is an empty module for storing methods which create HTML. The HTML is described using the Markaby language.

Using the layout method

If your Views module has a layout method defined, it will be called with a block which will insert content from your view.

Included Modules

Controllers Helpers

[Validate]