Sha256: bccdd8fedfc8659ce99f5b676b8722f3067a5ff6120d71ba01ba237bf9ea382f
Contents?: true
Size: 144 Bytes
Versions: 3
Compression:
Stored size: 144 Bytes
Contents
module ShoppingCart module TotalPrice extend ActiveSupport::Concern def total_price product.price * quantity end end end
Version data entries
3 entries across 3 versions & 1 rubygems