Method: Thredded::UserPrivateTopicReadState.visible_posts_scope
- Defined in:
- app/models/thredded/user_private_topic_read_state.rb
.visible_posts_scope(_user) ⇒ Object
18 19 20 |
# File 'app/models/thredded/user_private_topic_read_state.rb', line 18 def visible_posts_scope(_user) Thredded::PrivatePost.all end |