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

  attributes :id, :auth_name, :caller_name, :sip_accountable_id
  has_many :phone_numbers
end