diff options
author | Henare Degan <henare.degan@gmail.com> | 2013-02-19 12:07:50 +1100 |
---|---|---|
committer | Henare Degan <henare.degan@gmail.com> | 2013-02-19 12:07:50 +1100 |
commit | cee4c166fd599fa7fafdc31e66d52a5335c490d3 (patch) | |
tree | f8721c02ef956657819bd9a322a5cd0d0ad20579 | |
parent | 75cb08eed7bbe6dc8b1c227377cfa9946ac8a9d4 (diff) |
Use full arguments as they're more descriptive and you don't need to save keystrokes in a file
-rwxr-xr-x | script/annotate-models | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/script/annotate-models b/script/annotate-models index b6e01c010..7b6daa3c5 100755 --- a/script/annotate-models +++ b/script/annotate-models @@ -2,4 +2,4 @@ # # annotates the models in app/ with schema information -bundle exec annotate -m -p before --exclude tests,fixtures +bundle exec annotate --show-migration --position before --exclude tests,fixtures |