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 4fb63f7 commit 0af0ffdCopy full SHA for 0af0ffd
actionview/lib/action_view/view_paths.rb
@@ -26,7 +26,7 @@ def _prefixes # :nodoc:
26
private
27
28
# Override this method in your controller if you want to change paths prefixes for finding views.
29
- # Prefixes defined here will still be added to parents' <tt>::_prefixes</tt>.
+ # Prefixes defined here will still be added to parents' <tt>._prefixes</tt>.
30
def local_prefixes
31
[controller_path]
32
end
0 commit comments