Convert large numbers into smaller ones with count method.

Big numbers will cause issues within the views when a follower reaches a certain amount. For example. (1,000,000) How can I convert the number into 1 Mil or for 1,500,000 into 1.5 Mill?

included for you :slight_smile:

ActionView::Helpers::NumberHelper

Hassan Schroeder wrote in post #1180540: