lib/action_view/view_paths.rb in actionview-6.0.2.2 vs lib/action_view/view_paths.rb in actionview-6.0.3.rc1
- old
+ new
@@ -27,10 +27,9 @@
local_prefixes + superclass._prefixes
end
end
private
-
# Override this method in your controller if you want to change paths prefixes for finding views.
# Prefixes defined here will still be added to parents' <tt>._prefixes</tt>.
def local_prefixes
[controller_path]
end