Skip to content

Commit

Permalink
Remove suggestion than rerunning install works. (#1018)
Browse files Browse the repository at this point in the history
As mentioned in #1003, rerunning the install generator doesn't actually
work as you'd expect. This removes that suggestion to avoid confusion.
  • Loading branch information
nickcharlton authored Oct 29, 2017
1 parent 967506a commit 4c2f87b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,7 @@ gem "administrate"
```

The included installer will create dashboards for each model in your
app, complete with routes. You can run it again every time you add
a new model:
app, complete with routes:

```bash
$ rails generate administrate:install
Expand Down

0 comments on commit 4c2f87b

Please sign in to comment.