Class: CommunicationGroupsSerializer

Inherits:
ActiveModel::Serializer
  • Object
show all
Defined in:
app/serializers/communication_groups_serializer.rb

Instance Method Summary collapse

Instance Method Details

#communication_groupsObject



6
7
8
# File 'app/serializers/communication_groups_serializer.rb', line 6

def communication_groups
  object[:communication_groups]
end

#idObject



10
11
12
# File 'app/serializers/communication_groups_serializer.rb', line 10

def id
  nil
end