Module: Thredded::Workgroup::ApplicationControllerRetaining
- Defined in:
- app/controllers/concerns/thredded/workgroup/application_controller_retaining.rb
Instance Method Summary collapse
Instance Method Details
#topics_scope ⇒ Object
6 7 8 9 10 |
# File 'app/controllers/concerns/thredded/workgroup/application_controller_retaining.rb', line 6 def topics_scope return super if all_topics_scope end |
#unread_followed_topics_count ⇒ Object
12 13 14 15 16 |
# File 'app/controllers/concerns/thredded/workgroup/application_controller_retaining.rb', line 12 def unread_followed_topics_count return super if all_unread_followed_topics_count end |