Method: Thredded::ApplicationHelper#moderatable_messageboards_ids
- Defined in:
- app/helpers/thredded/application_helper.rb
#moderatable_messageboards_ids ⇒ Object
119 120 121 122 |
# File 'app/helpers/thredded/application_helper.rb', line 119 def @moderatable_messageboards_ids ||= thredded_current_user..pluck(:id) end |