Today I Learned

hashrocket A Hashrocket project

Count Records by Type with ActiveRecord

Account.select(:account_type).group(:account_type).count

#=> {"Employee"=>35, "Manager"=>41, "SuperAdmin"=>1, "Admin"=>8}
See More #rails TILs
Looking for help? Hashrocket has been an industry leader in Ruby on Rails since 2008. Rails is a core skill for each developer at Hashrocket, and we'd love to take a look at your project. Contact us and find out how we can help you.