Sha256: 1829459231e6737b55ea5dd5ada34c89291f25d9d16b37819558c86e50646b26
Contents?: true
Size: 169 Bytes
Versions: 4
Compression:
Stored size: 169 Bytes
Contents
module SolidusBling class PaymentMethod < ApplicationRecord belongs_to :account belongs_to :spree_payment_method, class_name: "Spree::PaymentMethod" end end
Version data entries
4 entries across 4 versions & 1 rubygems