Sha256: 9c30b002750cb0f65dbc4cbfd1a9abf8cd7c0778c8885d9069f2491e39188bbf
Contents?: true
Size: 271 Bytes
Versions: 62
Compression:
Stored size: 271 Bytes
Contents
module Workarea module Storefront class CartItemViewModel < OrderItemViewModel def inventory_status InventoryStatusViewModel.new( options[:inventory] || Inventory::Sku.find_or_create_by(id: sku) ).message end end end end
Version data entries
62 entries across 62 versions & 1 rubygems
Version | Path |
---|---|
workarea-storefront-3.4.13 | app/view_models/workarea/storefront/cart_item_view_model.rb |
workarea-storefront-3.4.12 | app/view_models/workarea/storefront/cart_item_view_model.rb |