Sha256: b10e8df84d5f4aece83012195726a20f0756debf29ac9de77c86f5ef3b700de4
Contents?: true
Size: 258 Bytes
Versions: 15
Compression:
Stored size: 258 Bytes
Contents
module Comee module Core class CustomerOrderItemSerializer < ActiveModel::Serializer attributes :id, :quantity, :price, :delivery_date, :canceled belongs_to :product belongs_to :customer_order belongs_to :unit end end end
Version data entries
15 entries across 15 versions & 1 rubygems