module Comee module Core class QuotationRequestItemSerializer < ActiveModel::Serializer attributes :id, :price, :discount, :valid_from, :valid_to belongs_to :product belongs_to :quotation_request belongs_to :unit end end end