Skip to content

Instantly share code, notes, and snippets.

@joho
Created April 2, 2012 06:36
Show Gist options
  • Save joho/2281247 to your computer and use it in GitHub Desktop.
Save joho/2281247 to your computer and use it in GitHub Desktop.
tee hee
class AddEmailSubscriptions < ActiveRecord::Migration
def up
# ...SNIP... irreversible code
end
def down
raise "once you've gone black"
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment