Sha256: f8a1a6dd37650a9480f769f885efb83c97ec9b20e454561f5b354ce33c2d87ba
Contents?: true
Size: 185 Bytes
Versions: 3
Compression:
Stored size: 185 Bytes
Contents
# frozen_string_literal: true module ShoppyCartus class OrderItemDecorator < ApplicationDecorator delegate_all def subtotal product.price * quantity end end end
Version data entries
3 entries across 3 versions & 1 rubygems