Method: Thredded::Stats#posts_count
- Defined in:
- app/models/thredded/stats.rb
#posts_count ⇒ Object
15 16 17 |
# File 'app/models/thredded/stats.rb', line 15 def posts_count number_to_human(.map(&:posts_count).sum, precision: 5) end |