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:
parent
b49bf82334
commit
f409e0519f
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in a new issue