Skip to content

Instantly share code, notes, and snippets.

View JonathonMA's full-sized avatar

Jonathon M. Abbott JonathonMA

  • Brisbane, Australia
View GitHub Profile
class Challenge
def user_with_highest stat = :distance
User.with_highest stat, period, users
end
def period
start_date..end_date
end
end