Module | AbstractController::Layouts::ClassMethods |
In: |
lib/abstract_controller/layouts.rb
|
If no layout is supplied, look for a template named the return value of this method.
Specify the layout to use for this class.
If the specified layout is a:
String: | the String is the template name |
Symbol: | call the method specified by the symbol, which will return |
the template name
false: | There is no layout |
true: | raise an ArgumentError |