method

render_template

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_template(template, status = nil, type = :rhtml, local_assigns = {})
protected

No documentation available.

# File actionpack/lib/action_controller/base.rb, line 658
      def render_template(template, status = nil, type = :rhtml, local_assigns = {})
        add_variables_to_assigns
        render_text(@template.render_template(type, template, nil, local_assigns), status)
      end