My question is simple but I didn't find the answer for it! How to capitalize the first letter in active admin
For example I tried these two but none of them are working
index do
column :first_name.upcase
column :last_name.capitalize
I dont have error but they give me blank input