Commit 826db1f9

mo k <mo@mokhan.ca>
2012-05-26 14:08:58
drop users_interests table in drop portion of migration script.
1 parent a23612c
db/migrate/20120526134612_create_users_interests_join_table.rb
@@ -5,7 +5,7 @@ class CreateUsersInterestsJoinTable < ActiveRecord::Migration
       t.integer :interest_id
     end
   end
-
   def down
+    drop_table :users_interests
   end
 end