Skip to content

Instantly share code, notes, and snippets.

@apangeajwrubel
Created July 27, 2012 14:04
Show Gist options
  • Save apangeajwrubel/3188201 to your computer and use it in GitHub Desktop.
Save apangeajwrubel/3188201 to your computer and use it in GitHub Desktop.
updating Activities to make them published
@activities = Activity.all
@activities.each do |activity|
activity.state = "Published"
activity.save
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment