method
append_view_path
rails latest stable - Class:
ActionView::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.
@template.append_view_path("views/default") @template.append_view_path(["views/default", "views/custom"])