Skip to content

Instantly share code, notes, and snippets.

@ejlangev
Created April 25, 2014 20:13
Show Gist options
  • Save ejlangev/11301718 to your computer and use it in GitHub Desktop.
Save ejlangev/11301718 to your computer and use it in GitHub Desktop.
For updating dare category
Dare.where(category: 'Next Level').update_all(category: "Next Level Dares")
Dare.where(category: 'Warm Up').update_all(category: 'Get Warmed Up')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment