summaryrefslogtreecommitdiff
path: root/app/serializers/switchboard_entry_serializer.rb
blob: 0b5f4c1f2b341b7fbd78950f8cfae9fc0d2bd8b7 (plain)
1
2
3
4
5
class SwitchboardEntrySerializer < ActiveModel::Serializer
  attributes :id, :name

  has_many :phone_numbers, embed: :ids
end