method
find_partial
v3.2.13 -
Show latest stable
- Class:
ActionView::PartialRenderer
find_partial()private
No documentation available.
# File actionpack/lib/action_view/renderer/partial_renderer.rb, line 328
def find_partial
if path = @path
locals = @locals.keys
locals << @variable
locals << @variable_counter if @collection
find_template(path, locals)
end
end