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
Introduce `EmptyTemplateResolverBuilder` for building instances of either
`EmptyTemplateResolverProxy` or `EmptyTemplateFileSystemResolver`, depending on
whether the given path is already an `ActionView::Resolver` instance or not.
The new `EmptyTemplateResolverProxy` class simply delegates all method calls to
the resolver that it was instantiated with, except for `#find_templates` which
it overrides to return templates that renders with `EmptyTemplateHandler`.
0 commit comments