Module ActionView::LookupContext::ViewPaths
In: lib/action_view/lookup_context.rb

Methods

Attributes

view_paths  [R] 

Public Instance methods

find_template(name, prefixes = [], partial = false, keys = [])

Alias for find

template_exists?(name, prefixes = [], partial = false, keys = [])

Alias for exists?

Whenever setting view paths, makes a copy so we can manipulate then in instance objects as we wish.

Add fallbacks to the view paths. Useful in cases you are rendering a :file.

[Validate]