instance method find_all_anywhere

Ruby on Rails 5.2.8.1

Since v3.2.22.5 Last seen in v6.0.6

Available in: v3.2.22.5 v4.1.16 v4.2.9 v5.2.8.1 v6.0.6

Signature

find_all_anywhere(name, prefix, partial = false, details = {}, key = nil, locals = [])

No documentation comment.

Parameters

name req
prefix req
partial opt = false
details opt = {}
key opt = nil
locals opt = []
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

Defined in actionview/lib/action_view/template/resolver.rb line 151 · View on GitHub · Improve this page · Find usages on GitHub

Defined in ActionView::Resolver

Type at least 2 characters to search.

↑↓ navigate · open · esc close