Skip to content

Commit

Permalink
adding the missing step in the "Up and Running" section of the readme
Browse files Browse the repository at this point in the history
  • Loading branch information
patriciomacadden committed Apr 9, 2012
1 parent 02ae325 commit fa3171e
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions Readme.markdown
Expand Up @@ -146,6 +146,14 @@ gem "draper"

Then run `bundle` from the project directory.

### Run the draper:install command

This will create the `app/decorators` directory and the `ApplicationDecorator` inside it.

```
rails generate drapper:install
```

### Generate the Decorator

To decorate a model named `Article`:
Expand Down

0 comments on commit fa3171e

Please sign in to comment.