instance method find_file

Ruby on Rails 3.2.22.5

Since v3.2.22.5 Last seen in v6.0.6

Available in: v3.2.22.5 v4.1.16 v4.2.9 v5.2.8.1 v6.0.6

Signature

find_file(name, prefixes = [], partial = false, keys = [], options = {})

No documentation comment.

Parameters

name req
prefixes opt = []
partial opt = false
keys opt = []
options opt = {}
Source
# File actionpack/lib/action_view/lookup_context.rb, line 130
      def find_file(name, prefixes = [], partial = false, keys = [], options = {})
        @view_paths.find_file(*args_for_lookup(name, prefixes, partial, keys, options))
      end

Defined in actionpack/lib/action_view/lookup_context.rb line 130 · View on GitHub · Improve this page · Find usages on GitHub

Defined in ActionView::LookupContext::ViewPaths

Type at least 2 characters to search.

↑↓ navigate · open · esc close