From cee4c166fd599fa7fafdc31e66d52a5335c490d3 Mon Sep 17 00:00:00 2001 From: Henare Degan Date: Tue, 19 Feb 2013 12:07:50 +1100 Subject: Use full arguments as they're more descriptive and you don't need to save keystrokes in a file --- script/annotate-models | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'script/annotate-models') 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 -- cgit v1.2.3