Sha256: 3e57954de7d49a79ad7c4765f1137ccf3cb4bcab71e9aff83d7ee8e061b27a0b
Contents?: true
Size: 253 Bytes
Versions: 62
Compression:
Stored size: 253 Bytes
Contents
module Workarea module Storefront 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