Method deprecated or moved
This method is deprecated or moved on the latest stable version.
The last existing version (v4.0.2) is shown here.
view_renderer()
public
Returns an object that is able to render templates.
# File actionpack/lib/abstract_controller/rendering.rb, line 89
def view_renderer
@_view_renderer ||= ActionView::Renderer.new(lookup_context)
end