Remove tweets, continued

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

View file

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