-
Nick Borromeo authored
This is a refactor of the `Registry` module added in https://github.com/rails/rails/pull/47347. This is an attempt to minimize the namespace conflcits that will happen when users will have a top level `Registry` module which can cause incorrect behavior Replace ActionView::ViewPaths::Registry with ActionView::PathRegistry
Nick Borromeo authoredThis is a refactor of the `Registry` module added in https://github.com/rails/rails/pull/47347. This is an attempt to minimize the namespace conflcits that will happen when users will have a top level `Registry` module which can cause incorrect behavior Replace ActionView::ViewPaths::Registry with ActionView::PathRegistry
Loading