module ActionView::Context
def _layout_for(name = nil)
returns the correct buffer on +yield+. This is usually
Encapsulates the interaction with the view flow so it
def _layout_for(name = nil) name ||= :layout view_flow.get(name).html_safe end
def _layout_for(name = nil) name ||= :layout view_flow.get(name).html_safe end