method

render

rails latest stable - Class: ActionView::PartialTemplate

Method deprecated or moved

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

render()
public

No documentation available.

# File actionpack/lib/action_view/partial_template.rb, line 18
    def render
      ActionController::Base.benchmark("Rendered #{@path}", Logger::DEBUG, false) do
        @handler.render(self)
      end
    end