instance method
find
Ruby on Rails 3.2.22.5
Since v3.0.20Signature
find(name, prefixes = [], partial = false, keys = [], options = {})
No documentation comment.
Parameters
-
namereq -
prefixesopt = [] -
partialopt = false -
keysopt = [] -
optionsopt = {}
Source
# File actionpack/lib/action_view/lookup_context.rb, line 121
def find(name, prefixes = [], partial = false, keys = [], options = {})
@view_paths.find(*args_for_lookup(name, prefixes, partial, keys, options))
end
Defined in actionpack/lib/action_view/lookup_context.rb line 121
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActionView::LookupContext::ViewPaths