Remove tweets, continued

This commit is contained in:
Ari Timonen 2015-07-02 02:34:58 +03:00
parent d6baebc3bc
commit f39ab459f6

View file

@ -0,0 +1,8 @@
class RemoveTweets < ActiveRecord::Migration
def up
drop_table :tweets
end
def down
end
end