diff options
author | Seb Bacon <seb.bacon@gmail.com> | 2012-05-24 11:32:13 +0100 |
---|---|---|
committer | Seb Bacon <seb.bacon@gmail.com> | 2012-05-24 11:32:13 +0100 |
commit | 4ea0ba482c7931f420ae32ae99531aad1fc30739 (patch) | |
tree | 68dcd8e8c26fcc03b8fce8f02293c18d2327d318 /script/annotate-models | |
parent | d82865ab53fce9e826f64cdabc91a99d2eeb31dc (diff) |
Shell script to help annotate models
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 |