Method: Thredded::UserTopicReadStateCommon#post_read?
- Defined in:
- app/models/concerns/thredded/user_topic_read_state_common.rb
#post_read?(post) ⇒ Boolean
20 21 22 |
# File 'app/models/concerns/thredded/user_topic_read_state_common.rb', line 20 def post_read?(post) post.created_at <= read_at end |