Flowdock
method

_partial_renderer

Importance_0
v3.2.1 - Show latest stable - 0 notes - Class: Renderer
_partial_renderer() private

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Hide source
# File actionpack/lib/action_view/renderer/renderer.rb, line 50
    def _partial_renderer #:nodoc:
      @_partial_renderer ||= PartialRenderer.new(@lookup_context)
    end
Register or log in to add new notes.