You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When you prepend or append view paths, you can choose to do so with either a
path (which may be looked up on the file system) or an instance of
`ActionView::Resolver` which will then know how to do the lookup. We should only
wrap paths (`String` or `Pathname` instances) in an `EmptyTemplateResolver`.
0 commit comments