Flowdock
method

find_file

Importance_0
v4.2.7 - Show latest stable - 0 notes - Class: ActionView::PathSet
find_file(path, prefixes = [], *args) public

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Hide source
# 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
Register or log in to add new notes.