Skip to content

Instantly share code, notes, and snippets.

@hassox
Forked from bryansray/gist:77333
Created March 11, 2009 05:37
Show Gist options
  • Select an option

  • Save hassox/77334 to your computer and use it in GitHub Desktop.

Select an option

Save hassox/77334 to your computer and use it in GitHub Desktop.
def on_time_value
attendances.inject(0){|sum, a| a.late? ? sum : sum + 5}
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment