method

render_without_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_without_layout(template_name = default_template_name, status = nil)
protected

No documentation available.

# File actionpack/lib/action_controller/base.rb, line 687
      def render_without_layout(template_name = default_template_name, status = nil)
        render_with_no_layout(template_name, status)
      end