Use the slice’s layout - defaults to underscored identifier.
This is set for generated stubs that support layouts.
@param layout<#> The layout name to use.
# File lib/merb-slices/controller_mixin.rb, line 113 113: def layout_for_slice(layout = nil) 114: layout(layout || self.slice.config[:layout]) if layout || self.slice.config.key?(:layout) 115: end
Disabled; run with --debug to generate this.
Generated with the Darkfish Rdoc Generator 1.1.6.