1
0
Fork 0
mirror of https://github.com/drapergem/draper synced 2023-03-27 23:21:17 -04:00

Fixes typo in README advocating incorrect usage of the generator

This commit is contained in:
Brendan Loudermilk 2012-04-25 11:51:21 -07:00
parent 3a176b0755
commit a01f5f3193

View file

@ -159,7 +159,7 @@ rails generate draper:install
To decorate a model named `Article`:
```
rails generate draper:decorator Article
rails generate draper:decorator article
```
### Writing Methods