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