Flowdock
method

active_layout

Importance_1
v2.3.8 - Show latest stable - 0 notes - Class: ActionController::Layout
active_layout(passed_layout = nil, options = {}) public

Returns the name of the active layout. If the layout was specified as a method reference (through a symbol), this method is called and the return value is used. Likewise if the layout was specified as an inline method (through a proc or method object). If the layout was defined without a directory, layouts is assumed. So layout "weblog/standard" will return weblog/standard, but layout "standard" will return layouts/standard.

Show source
Register or log in to add new notes.