Sha256: 0756fcc923a947a72f3e5cb867fd6d50103e92c77de56626185edd25ffbb1f34
Contents?: true
Size: 172 Bytes
Versions: 4
Compression:
Stored size: 172 Bytes
Contents
module SolidusBling class ShippingMethod < ApplicationRecord belongs_to :account belongs_to :spree_shipping_method, class_name: "Spree::ShippingMethod" end end
Version data entries
4 entries across 4 versions & 1 rubygems