Skip to content

Commit

Permalink
Updating the Generating Sample Data section
Browse files Browse the repository at this point in the history
  • Loading branch information
rylanb committed Mar 12, 2017
1 parent 8f1ec49 commit 1fa7267
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -174,8 +174,7 @@ bundle exec rake foodrobot:send_weekly_summary

## Generating Sample Data

If you start with an empty schema, you'll want to start by creating a Volunteer user with the admin bit set, and a first region e.g.:

The seeds command generates a regular volunteer and an admin volunteer for you. Please review seeds.rb. You can make more regions / volunteers with this code:

```
$ rails console
Expand All @@ -187,7 +186,7 @@ volunteer.regions << region
volunteer.save!
```

**Alternatively:**
**Additionally:**

Run:

Expand Down

0 comments on commit 1fa7267

Please sign in to comment.