mirror of
https://github.com/drapergem/draper
synced 2023-03-27 23:21:17 -04:00
Fixing USAGE to respect renaming
This commit is contained in:
parent
04fe62db0f
commit
9d8a0c7bb8
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
Description:
|
||||
The draper:model generator creates a decorator model in /app/decorators.
|
||||
The draper:decorator generator creates a decorator model in /app/decorators.
|
||||
|
||||
Examples:
|
||||
rails generate draper:model Article
|
||||
rails generate draper:decorator Article
|
||||
|
||||
file: app/decorators/article_decorator.rb
|
Loading…
Add table
Reference in a new issue