Skip to content

Instantly share code, notes, and snippets.

Created May 4, 2015 20:38
Show Gist options
  • Save anonymous/3cc268512c3f3ece9901 to your computer and use it in GitHub Desktop.
Save anonymous/3cc268512c3f3ece9901 to your computer and use it in GitHub Desktop.
exercise_models.map { |exercise_model|
if(exercise_mode.type == 'standing') exercise_model.duration
}.inject { |accumulator, duration|
accumulator + duration
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment