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

Methods

Attributes

view_paths  [R] 

Public Instance methods

find_template(name, prefix = nil, partial = false)

Alias for find

template_exists?(name, prefix = nil, partial = false)

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]