Skip to content

Instantly share code, notes, and snippets.

@hennevogel
Created July 25, 2014 11:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hennevogel/2e2b50e7f7f15016ed2d to your computer and use it in GitHub Desktop.
Save hennevogel/2e2b50e7f7f15016ed2d to your computer and use it in GitHub Desktop.
def get_registrations_per_week
result = []
reg = registrations.group(:week).count
result = calculate_items_per_week(21, 6, reg)
end
result
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment