diff options
author | Rafael Mendonça França <rafaelmfranca@gmail.com> | 2014-05-14 13:44:14 -0300 |
---|---|---|
committer | Rafael Mendonça França <rafaelmfranca@gmail.com> | 2014-05-14 13:44:14 -0300 |
commit | 0af0ffde1896f1796712493984a6ebc30a532a7f (patch) | |
tree | 8c171b1c9c8028debd84ada5441b3a95e659e07d /actionview/lib | |
parent | 4fb63f76432a68cc06aa93f0221b91053120f3e2 (diff) | |
download | rails-0af0ffde1896f1796712493984a6ebc30a532a7f.tar.gz rails-0af0ffde1896f1796712493984a6ebc30a532a7f.tar.bz2 rails-0af0ffde1896f1796712493984a6ebc30a532a7f.zip |
Follow the documentation guideline
Diffstat (limited to 'actionview/lib')
-rw-r--r-- | actionview/lib/action_view/view_paths.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/actionview/lib/action_view/view_paths.rb b/actionview/lib/action_view/view_paths.rb index 89880a944e..1c1d90dfd8 100644 --- a/actionview/lib/action_view/view_paths.rb +++ b/actionview/lib/action_view/view_paths.rb @@ -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 |