method
find_file
v4.2.9 -
Show latest stable
- Class:
ActionView::PathSet
find_file(path, prefixes = [], *args)public
No documentation available.
# File actionview/lib/action_view/path_set.rb, line 49
def find_file(path, prefixes = [], *args)
_find_all(path, prefixes, args, true).first || raise(MissingTemplate.new(self, path, prefixes, *args))
end