Last active
December 29, 2020 22:38
-
-
Save dsasse07/01ef544722f8d5dc17cb518926aabfd6 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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