Sha256: 5c4ca0fc60b609e8c7a546676e43d45d4ce01970b47d9eb8bc0a0913e298ffd6
Contents?: true
Size: 89 Bytes
Versions: 1
Compression:
Stored size: 89 Bytes
Contents
module ShoppingCart class Discount < ApplicationRecord belongs_to :order end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
shopping_cart-0.1.0 | app/models/shopping_cart/discount.rb |