method

render_with_layout

rails latest stable - Class: ActionController::Base

Method deprecated or moved

This method is deprecated or moved on the latest stable version. The last existing version (v1.0.0) is shown here.

render_with_layout(template_name = default_template_name, status = nil, layout = nil)
protected

No documentation available.

# File actionpack/lib/action_controller/base.rb, line 683
      def render_with_layout(template_name = default_template_name, status = nil, layout = nil)
        render_with_a_layout(template_name, status, layout)
      end