We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05edaa6 commit a0630eeCopy full SHA for a0630ee
actionview/lib/action_view/view_paths.rb
@@ -33,7 +33,7 @@ def local_prefixes
33
34
def handle_deprecated_parent_prefixes # TODO: remove in 4.3/5.0.
35
return unless respond_to?(:parent_prefixes)
36
- ActiveSupport::Deprecation.warn "Overriding ActionController::Base::parent_prefixes is deprecated, override ::local_prefixes or ::_prefixes instead."
+ ActiveSupport::Deprecation.warn "Overriding ActionController::Base::parent_prefixes is deprecated, override .local_prefixes instead."
37
local_prefixes + parent_prefixes
38
end
39
@@ -100,4 +100,4 @@ def view_paths=(paths)
100
101
102
103
-end
+end
0 commit comments