Skip to content

Instantly share code, notes, and snippets.

@dsasse07
Last active December 29, 2020 22:38
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 dsasse07/01ef544722f8d5dc17cb518926aabfd6 to your computer and use it in GitHub Desktop.
Save dsasse07/01ef544722f8d5dc17cb518926aabfd6 to your computer and use it in GitHub Desktop.
class Client
include GenericHelpers
extend GenericHelpers
def self.count_clients_by_age
make_hash_by_attribute(Client.all, "age")
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment