Skip to content

Instantly share code, notes, and snippets.

@renz45
Created August 22, 2012 11:47
Show Gist options
  • Save renz45/3424757 to your computer and use it in GitHub Desktop.
Save renz45/3424757 to your computer and use it in GitHub Desktop.
Complete exercises for a user
u = User.find(123)
# complete all exercises in level 1
Exercise.all.each {|e| u.user_exercises.find_or_create_by_exercise_id(e.id).complete! if e.lab_id < 2 }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment