1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Follow the documentation guideline

This commit is contained in:
Rafael Mendonça França 2014-05-14 13:44:14 -03:00
parent 4fb63f7643
commit 0af0ffde18

View file

@ -26,7 +26,7 @@ module ActionView
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>.
# Prefixes defined here will still be added to parents' <tt>._prefixes</tt>.
def local_prefixes
[controller_path]
end