method
find_all_with_query
v6.0.0 -
Show latest stable
- Class:
ActionView::Resolver
find_all_with_query(query)public
No documentation available.
# File actionview/lib/action_view/template/resolver.rb, line 128
def find_all_with_query(query) # :nodoc:
@cache.cache_query(query) { find_template_paths(File.join(@path, query)) }
end