Skip to content

Commit 0af0ffd

Browse files
committed
Follow the documentation guideline
1 parent 4fb63f7 commit 0af0ffd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

actionview/lib/action_view/view_paths.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ def _prefixes # :nodoc:
2626
private
2727

2828
# 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>.
29+
# Prefixes defined here will still be added to parents' <tt>._prefixes</tt>.
3030
def local_prefixes
3131
[controller_path]
3232
end

0 commit comments

Comments
 (0)