method
prepend_view_path
rails latest stable - Class:
ActionView::TemplateFinder
prepend_view_path(path)public
No documentation available.
# File actionpack/lib/action_view/template_finder.rb, line 82
def prepend_view_path(path)
@view_paths.unshift(*path)
self.class.process_view_paths(path)
end