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