From 3c9bc755e06321be1ce9882fb1306a6cbec920f6 Mon Sep 17 00:00:00 2001 From: cowboycoded Date: Sun, 13 Feb 2011 14:17:19 -0500 Subject: [PATCH] use wildcard in migration path --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 470ee96..72c2e65 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,3 @@ Gemfile.lock -/test_app/db/migrate/20 +/test_app/db/migrate/20* /test_app/db/schema.rb