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:
parent
4fb63f7643
commit
0af0ffde18
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ module ActionView
|
||||||
private
|
private
|
||||||
|
|
||||||
# Override this method in your controller if you want to change paths prefixes for finding views.
|
# 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
|
def local_prefixes
|
||||||
[controller_path]
|
[controller_path]
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue