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
Let `EmptyTemplateResolver` creating instances of either
`EmptyTemplateResolver::ResolverDecorator` or
`EmptyTemplateResolver::FileSystemResolver`, depending on whether the given path
is an `ActionView::Resolver` instance or not.
The new `EmptyTemplateResolver::ResolverDecorator` class simply delegates all
method calls to its given resolver, except for `#find_templates` which it
overrides to return templates that render with `EmptyTemplateHandler`.
0 commit comments