Method: Thredded::UserTopicReadStateCommon#posts_count
- Defined in:
- app/models/concerns/thredded/user_topic_read_state_common.rb
#posts_count ⇒ Number
25 26 27 |
# File 'app/models/concerns/thredded/user_topic_read_state_common.rb', line 25 def posts_count read_posts_count + unread_posts_count end |