Class: Relation::Owner
- Defined in:
- app/models/relation/owner.rb
Overview
Owner of groups
Constant Summary collapse
- PERMISSIONS =
SocialStream.['group']
Constants inherited from Relation
Class Method Summary collapse
Methods inherited from Single
#available_permissions, instance, #name, permissions
Methods inherited from Relation
#<=>, allow, allow?, #available_permissions, #follow?, ids_shared_with, #mode, negative_names, normalize, normalize_id, #positive?, positive_names, system_list
Class Method Details
.create_activity? ⇒ Boolean
6 7 8 |
# File 'app/models/relation/owner.rb', line 6 def create_activity? false end |