Module: Thredded::UserPermissions::Read::All::ClassMethods
- Defined in:
- app/models/thredded/user_permissions/read/all.rb
Instance Method Summary collapse
-
#thredded_messageboards_readers(_messageboards) ⇒ ActiveRecord::Relation<Thredded.user_class>
Users that can read some of the given messageboards.
Instance Method Details
#thredded_messageboards_readers(_messageboards) ⇒ ActiveRecord::Relation<Thredded.user_class>
Users that can read some of the given messageboards.
27 28 29 |
# File 'app/models/thredded/user_permissions/read/all.rb', line 27 def () all end |