Class: Relation::Owner

Inherits:
Single show all
Defined in:
app/models/relation/owner.rb

Overview

Owner of groups

Constant Summary collapse

PERMISSIONS =
SocialStream.available_permissions['group']

Constants inherited from Relation

Negative, Positive

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

Returns:

  • (Boolean)


6
7
8
# File 'app/models/relation/owner.rb', line 6

def create_activity?
  false
end