Sha256: ec947434266e57fecdf36933f240109facc992a4432cfeec031524837f2d0d2e
Contents?: true
Size: 206 Bytes
Versions: 11
Compression:
Stored size: 206 Bytes
Contents
module GovernorCommentsHelper def comment_count(article) governor_authorized?(:edit, article) ? article.comments.size : article.comments.select{|comment| !comment.hidden? }.size end end
Version data entries
11 entries across 11 versions & 1 rubygems