mirror of
https://github.com/drapergem/draper
synced 2023-03-27 23:21:17 -04:00
fixed a typo
This commit is contained in:
parent
fa3171e40d
commit
2ec7c49448
1 changed files with 1 additions and 1 deletions
|
@ -151,7 +151,7 @@ Then run `bundle` from the project directory.
|
||||||
This will create the `app/decorators` directory and the `ApplicationDecorator` inside it.
|
This will create the `app/decorators` directory and the `ApplicationDecorator` inside it.
|
||||||
|
|
||||||
```
|
```
|
||||||
rails generate drapper:install
|
rails generate draper:install
|
||||||
```
|
```
|
||||||
|
|
||||||
### Generate the Decorator
|
### Generate the Decorator
|
||||||
|
|
Loading…
Reference in a new issue