diff --git a/app/models/stats/tag_cloud.rb b/app/models/stats/tag_cloud.rb index c49048c4..ef03c8fc 100644 --- a/app/models/stats/tag_cloud.rb +++ b/app/models/stats/tag_cloud.rb @@ -32,7 +32,7 @@ module Stats end def counts - @counts ||= tags.map {|t| t.count.to_i} + @counts ||= tags.map {|t| t.count} end end end