diff options
author | David Cabo <david@calibea.com> | 2012-05-28 12:58:02 +0200 |
---|---|---|
committer | David Cabo <david@calibea.com> | 2012-05-28 12:58:02 +0200 |
commit | bc681f7270f5ddc40279981a15a0a7c7af250293 (patch) | |
tree | 5df68fe9a0a756d9821c560079271ed363bd3f18 /script/annotate-models | |
parent | ba29eab41f51f3f489be7c5daf6d28449eab944f (diff) | |
parent | acde8a57e087d3058b8539e04c12e790866f8451 (diff) |
Merge branch 'develop' of github.com:sebbacon/alaveteli into develop
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 |