1 2 3 4 5 6
class DropTableExports < ActiveRecord::Migration def change # To be discuted # drop_table :exports end end