Skip to content

Instantly share code, notes, and snippets.

@joshvc
Forked from renz45/gist:3424757
Created August 22, 2012 12:29
Show Gist options
  • Save joshvc/3425078 to your computer and use it in GitHub Desktop.
Save joshvc/3425078 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