instance method
_layout
Ruby on Rails 6.1.7.10
Since v4.1.16 Private — implementation detail, not part of the public APISignature
_layout(*)
This will be overwritten by _write_layout_method
Parameters
-
argsrest
Source
# File actionview/lib/action_view/layouts.rb, line 379
def _layout(*); end
Defined in actionview/lib/action_view/layouts.rb line 379
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActionView::Layouts