Flowdock
method

find_file

Importance_0
v4.2.7 - Show latest stable - 0 notes - Class: ActionView::LookupContext::ViewPaths
find_file(name, prefixes = [], partial = false, keys = [], options = {}) 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/lookup_context.rb, line 125
      def find_file(name, prefixes = [], partial = false, keys = [], options = {})
        @view_paths.find_file(*args_for_lookup(name, prefixes, partial, keys, options))
      end
Register or log in to add new notes.