20110814172228_drop_product_categorization.rb 188 Bytes Edit Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 class DropProductCategorization < ActiveRecord::Migration def self.up drop_table :product_categorizations end def self.down say "this migration can't be reverted" end end