class DossiersSerializer < ActiveModel::Serializer
  attributes :id,
             :updated_at
end