Sha256: c6695ea23931c2af7f9be97480037da1b256ac89db6e2b2ffdb17239c459a935

Contents?: true

Size: 157 Bytes

Versions: 7

Compression:

Stored size: 157 Bytes

Contents

module TbCheckout
  class BasicProduct < ActiveRecord::Base
    self.table_name = 'tb_checkout_basic_products'
    include TbCheckout::Purchasable
  end
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
tb_checkout-1.1.1 app/models/tb_checkout/basic_product.rb
tb_checkout-1.1.0 app/models/tb_checkout/basic_product.rb
tb_checkout-1.0.7 app/models/tb_checkout/basic_product.rb
tb_checkout-1.0.6 app/models/tb_checkout/basic_product.rb
tb_checkout-1.0.5 app/models/tb_checkout/basic_product.rb
tb_checkout-1.0.4 app/models/tb_checkout/basic_product.rb
tb_checkout-1.0.3 app/models/tb_checkout/basic_product.rb