Flowdock
find_template(path, locals) 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 416
    def find_template(path, locals)
      prefixes = path.include?(//) ? [] : @lookup_context.prefixes
      @lookup_context.find_template(path, prefixes, true, locals, @details)
    end
Register or log in to add new notes.