Sha256: 8d40b94ffa86c689e6fe0f28afdba7a1349e9aac29a9a1e6802764a1563b99c1
Contents?: true
Size: 210 Bytes
Versions: 1
Compression:
Stored size: 210 Bytes
Contents
module Workarea module FlowIo class Price include ApplicationDocument field :price, type: Money field :label, type: String validates_presence_of :price, :label end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
workarea-flow_io-1.2.1 | app/models/workarea/flow_io/price.rb |