summaryrefslogtreecommitdiff
path: root/app/serializers/pager_group_serializer.rb
blob: ca748d90f44dab6757e2a3d9cbdf6c6f8b58cc0e (plain)
1
2
3
4
5
6
7
class PagerGroupSerializer < ActiveModel::Serializer
  embed :ids, :include => true

  attributes :id, :sip_account_id, :callback_url

  has_many :pager_group_destinations
end