Hi I'm new to Ruby on Rails
. I created Users with device, on profile creation the user enters a numeric field that's limited to 5 numbers. Now I need to get the most common numbers from all users. How could I do that?
I want to show most common numbers in my admin controller, please help.