Sha256: ea044673d5d585a87dd870a70eaa8829093d126c03ef5b4f7824bc7bf7b06131
Contents?: true
Size: 222 Bytes
Versions: 28
Compression:
Stored size: 222 Bytes
Contents
class ProductWithFloatPrice < ActiveRecord::Base acts_as_purchasable after_purchase do |order, order_item| end after_decline do |order, order_item| end def qb_item_name 'ProductWithFloatPrice' end end
Version data entries
28 entries across 28 versions & 1 rubygems