method

append_view_path

Importance_1
v2.3.8 - Show latest stable - 0 notes - Class: ActionController::Base
append_view_path(path) public

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

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