Use size for counting bubble comments
This commit is contained in:
@@ -8,7 +8,7 @@ module BubblesHelper
|
||||
end
|
||||
|
||||
def bubble_size(bubble)
|
||||
activity = bubble.boost_count + bubble.comments.count
|
||||
activity = bubble.boost_count + bubble.comments.size
|
||||
rank =
|
||||
case activity
|
||||
when 0..5 then "one"
|
||||
|
||||
Reference in New Issue
Block a user