method
exists?
v3.2.13 -
Show latest stable
- Class:
ActionView::PathSet
exists?(path, prefixes, *args)public
No documentation available.
# File actionpack/lib/action_view/path_set.rb, line 72
def exists?(path, prefixes, *args)
find_all(path, prefixes, *args).any?
end