Skip to content

Instantly share code, notes, and snippets.

@vertden
Created August 6, 2019 17:27
Show Gist options
  • Save vertden/4b871fbe65ab7c65627d23db284f9dd1 to your computer and use it in GitHub Desktop.
Save vertden/4b871fbe65ab7c65627d23db284f9dd1 to your computer and use it in GitHub Desktop.
Pledge.all.to_a.group_by{|p| p.created_at.day}.map{|day,p| [day, p.size]}.inject({}) do |q,w|
q.merge!({w[0]=>w[1]})
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment