Skip to content

Instantly share code, notes, and snippets.

@airspeed
Last active August 29, 2015 14:20
Show Gist options
  • Save airspeed/1f7e1b81a3527d694df5 to your computer and use it in GitHub Desktop.
Save airspeed/1f7e1b81a3527d694df5 to your computer and use it in GitHub Desktop.
Eingelöste Polapix
User.group( :referrer_id ).having( "COUNT(*) > 2" ).count.sort_by{ |_key, value | value }.reduce( 0 ){ | memo, element | memo + ( element.second / 3 ).floor.to_i }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment