method

prepend_view_path

Importance_1
Ruby on Rails latest stable (v7.1.3.2) - 0 notes - Class: ActionController::Base

Method deprecated or moved

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

These similar methods exist in v7.1.3.2:

prepend_view_path(path) public

Adds a view_path to the front of the view_paths array. If the current class has no view paths, copy them from the superclass. This change will be visible for all future requests.

  ArticleController.prepend_view_path("views/default")
  ArticleController.prepend_view_path(["views/default", "views/custom"])
Show source
Register or log in to add new notes.