Skip to content

Instantly share code, notes, and snippets.

@elben
Created June 22, 2011 04:57
Show Gist options
  • Save elben/1039532 to your computer and use it in GitHub Desktop.
Save elben/1039532 to your computer and use it in GitHub Desktop.
User.find_all_by_name("bob").each do |u|
u.update_something()
u.save()
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment