Namespace
Methods
Instance Public methods
append_view_path(path) Link
Append a path to the list of view paths for the current LookupContext
.
Parameters
-
path
- If aString
is provided, it gets converted into the default view path. You may also provide a custom view path (see ActionView::PathSet for more information)
details_for_lookup() Link
lookup_context() Link
LookupContext
is the object responsible for holding all information required for looking up templates, i.e. view paths and details. Check ActionView::LookupContext
for more information.