Methods
Instance Public methods
append_view_path(path)
Link
Append a path to the list of view paths for this controller.
Parameters
-
path
- If a String is provided, it gets converted into the default view path. You may also provide a custom view path (see ActionView::PathSet for more information)
prepend_view_path(path)
Link
Prepend a path to the list of view paths for this controller.
Parameters
-
path
- If a String is provided, it gets converted into the default view path. You may also provide a custom view path (see ActionView::PathSet for more information)
view_paths()
Link
A list of all of the default view paths for this controller.
view_paths=(paths)
Link
Set the view paths.
Parameters
-
paths
- If a PathSet is provided, use that; otherwise, process the parameter into a PathSet.