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

Typo in code

This commit is contained in:
manishval 2013-01-29 14:58:52 -04:00
parent b49bf82334
commit f409e0519f

View file

@ -310,7 +310,7 @@ In Rails 3.0 and above, generators don't just look in the source root for templa
```erb
module <%= class_name %>Helper
attr_reader :<%= plural_name %>, <%= plural_name.singularize %>
attr_reader :<%= plural_name %>, :<%= plural_name.singularize %>
end
```