diff options
author | Seb Bacon <seb.bacon@gmail.com> | 2012-05-24 12:06:22 +0100 |
---|---|---|
committer | Seb Bacon <seb.bacon@gmail.com> | 2012-05-24 12:06:31 +0100 |
commit | acde8a57e087d3058b8539e04c12e790866f8451 (patch) | |
tree | d972b799c89eb5be11cfee3c93cf5bd36956c741 /script/annotate-models | |
parent | bd1dede2591fd9c4ebc54e5ef41232193f0a0f5b (diff) | |
parent | 774c199fa52b98b6780928a602dfdee1b2fce711 (diff) |
Merge branch 'feature/report-request-as-unsuitable' into develop. Fixes #445
Diffstat (limited to 'script/annotate-models')
-rwxr-xr-x | script/annotate-models | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/script/annotate-models b/script/annotate-models new file mode 100755 index 000000000..b6e01c010 --- /dev/null +++ b/script/annotate-models @@ -0,0 +1,5 @@ +#!/bin/bash +# +# annotates the models in app/ with schema information + +bundle exec annotate -m -p before --exclude tests,fixtures |