Skip to content

Commit

Permalink
document rake task
Browse files Browse the repository at this point in the history
  • Loading branch information
jenseng committed May 13, 2015
1 parent 4ec0079 commit 1555b42
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,13 @@ evaluating the associations in your models (e.g. `belongs_to`, `has_many`, etc.)
Only missing keys will be added; existing ones will never be altered or
removed.

### Rake Task

To help you remember to add keys in the future, there's a handy rake
task you can add to your CI setup. Just run `rake immigrant:check_keys`,
and if anything is missing it will tell you about it and exit with a
non-zero status.

## Considerations

If the data in your tables is bad, then the migration will fail to run
Expand Down

0 comments on commit 1555b42

Please sign in to comment.