Flowdock
method

find_all_anywhere

Importance_0
v5.2.3 - Show latest stable - 0 notes - Class: ActionView::Resolver
find_all_anywhere(name, prefix, partial = false, details = {}, key = nil, locals = []) public

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/template/resolver.rb, line 151
    def find_all_anywhere(name, prefix, partial = false, details = {}, key = nil, locals = [])
      cached(key, [name, prefix, partial], details, locals) do
        find_templates(name, prefix, partial, details, true)
      end
    end
Register or log in to add new notes.