Module: Thredded::UserPermissions::Admin::None
- Included in:
- NullUser
- Defined in:
- app/models/thredded/user_permissions/admin/none.rb
Instance Method Summary collapse
-
#thredded_admin? ⇒ boolean
Whether this user has full admin rights on Thredded.
Instance Method Details
#thredded_admin? ⇒ boolean
Returns Whether this user has full admin rights on Thredded.
8 9 10 |
# File 'app/models/thredded/user_permissions/admin/none.rb', line 8 def thredded_admin? false end |