Method: Thredded::UserPermissions::Read::All#thredded_can_read_messageboards
- Defined in:
- app/models/thredded/user_permissions/read/all.rb
#thredded_can_read_messageboards ⇒ ActiveRecord::Relation<Thredded::Messageboard>
Returns messageboards that the user can read.
11 12 13 |
# File 'app/models/thredded/user_permissions/read/all.rb', line 11 def Thredded::Messageboard.all end |