mirror of
https://github.com/TracksApp/tracks.git
synced 2026-01-28 11:46:10 +01:00
Delete redundant casting in tag cloud
This commit is contained in:
parent
a13199cdda
commit
cd7a5e0866
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue