Sha256: 8a8a9aa4b60a306cb3d93c5b7b0f4b6cfcb6ab8401e5c4abef0aec70c8a5d031
Contents?: true
Size: 228 Bytes
Versions: 2
Compression:
Stored size: 228 Bytes
Contents
class ShopPayment < ActiveRecord::Base belongs_to :order, :class_name => 'ShopOrder', :foreign_key => :shop_order_id belongs_to :method, :class_name => 'ShopPaymentMethod', :foreign_key => :shop_payment_method_id end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
radiant-shop-extension-0.9.3 | app/models/shop_payment.rb |
radiant-shop-extension-0.9.2 | app/models/shop_payment.rb |