Remove tweets, continued

This commit is contained in:
Ari Timonen 2015-07-02 02:34:58 +03:00
parent 4c185aec76
commit cf8c9d3ed0

View file

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