Only show public_voter if votable.total_votes are above threshold
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
class Comment < ActiveRecord::Base
|
||||
include Flaggable
|
||||
include HasPublicAuthor
|
||||
include PublicVotersStats
|
||||
|
||||
acts_as_paranoid column: :hidden_at
|
||||
include ActsAsParanoidAliases
|
||||
|
||||
Reference in New Issue
Block a user