Flowdock
method

find_all_anywhere

Importance_0
v4.2.7 - 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 120
    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.