Flowdock
method

prefixed_partial_names

Importance_0
v4.1.8 - Show latest stable - 0 notes - Class: PartialRenderer
prefixed_partial_names() private

No documentation

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

Hide source
# File actionview/lib/action_view/renderer/partial_renderer.rb, line 446
    def prefixed_partial_names
      @prefixed_partial_names ||= PREFIXED_PARTIAL_NAMES[@context_prefix]
    end
Register or log in to add new notes.