module ActionView::Layouts
def _process_render_template_options(options) # :nodoc:
def _process_render_template_options(options) # :nodoc: super if _include_layout?(options) layout = options.delete(:layout) { :default } options[:layout] = _layout_for_option(layout) end end