I'm tying to show active user names using this code:
<%= User.count(:activeuser, :distinct => true, :group => 'name') %> currently it showing this ugly result:
{"Webster"=>0, "Wilfrid"=>0, "Winifred"=>0, "Nicolas"=>1, "Cage"=>1} how can i make this pretty? like showing only true users Nicolas and Cage