method

prepend_view_path

rails latest stable - Class: ActionView::Base

Method deprecated or moved

This method is deprecated or moved on the latest stable version. The last existing version (v2.0.3) is shown here.

prepend_view_path(path)
public

Adds a view_path to the front of the view_paths array. This change affects the current request only.

  @template.prepend_view_path("views/default")
  @template.prepend_view_path(["views/default", "views/custom"])