Skip to content

Instantly share code, notes, and snippets.

@jschoolcraft
Created February 11, 2011 17:51
Show Gist options
  • Select an option

  • Save jschoolcraft/822739 to your computer and use it in GitHub Desktop.

Select an option

Save jschoolcraft/822739 to your computer and use it in GitHub Desktop.
not what you want to see
def self.up
change_table :users do |t|
t.remove :crypted_password
t.remove :salt
t.string :password, :limit=>50
end
end
@erickrause
Copy link
Copy Markdown

Ouch

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment