Flowdock
new(*) public

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/partial_renderer.rb, line 211
    def initialize(*)
      super
      @partial_names = PARTIAL_NAMES[@lookup_context.prefixes.first]
    end
Register or log in to add new notes.