Skip to content

Instantly share code, notes, and snippets.

@libbyschuknight
Last active October 4, 2015 20:04
Show Gist options
  • Save libbyschuknight/30bd7bd827f3ccb3edfe to your computer and use it in GitHub Desktop.
Save libbyschuknight/30bd7bd827f3ccb3edfe to your computer and use it in GitHub Desktop.
rails g migration DropProducts
class DropProducts < ActiveRecord::Migration
def change
drop_table :products
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment