Module | Merb::RenderMixin::ClassMethods |
In: |
lib/merb-core/controller/mixins/render.rb
|
Set the default layout to use or nil/false to disable layout rendering. This is a shortcut for render_options :layout => false.
layout<~to_s>: | The layout that should be used for this class. |
You can override by passing :layout => true to render method.
Hash: | The default render options. |
:api: public