Sha256: bcf2f0b77b7dc1994fb2854c0331c02988d7cd66ef57982958c07b8cc30b46f0
Contents?: true
Size: 248 Bytes
Versions: 62
Compression:
Stored size: 248 Bytes
Contents
module Workarea module Admin class FulfillmentItemViewModel < ApplicationViewModel def events options[:events] || [] end def quantity options[:quantity] || events.sum(&:quantity) end end end end
Version data entries
62 entries across 62 versions & 1 rubygems
Version | Path |
---|---|
workarea-admin-3.4.13 | app/view_models/workarea/admin/fulfillment_item_view_model.rb |
workarea-admin-3.4.12 | app/view_models/workarea/admin/fulfillment_item_view_model.rb |