Sha256: 90aa7cff1be8e99d1ed08257ad98da8624e7e02f372eefb871446e36f7a3690d

Contents?: true

Size: 168 Bytes

Versions: 25

Compression:

Stored size: 168 Bytes

Contents

class ProductWithFloatPrice < ActiveRecord::Base
  acts_as_purchasable

  after_purchase do |order, order_item|
  end

  after_decline do |order, order_item|
  end
end

Version data entries

25 entries across 25 versions & 1 rubygems

Version Path
effective_orders-3.0.0 spec/dummy/app/models/product_with_float_price.rb
effective_orders-2.2.4 spec/dummy/app/models/product_with_float_price.rb
effective_orders-2.2.3 spec/dummy/app/models/product_with_float_price.rb
effective_orders-2.2.2 spec/dummy/app/models/product_with_float_price.rb
effective_orders-2.2.1 spec/dummy/app/models/product_with_float_price.rb
effective_orders-2.2.0 spec/dummy/app/models/product_with_float_price.rb
effective_orders-2.1.17 spec/dummy/app/models/product_with_float_price.rb
effective_orders-2.1.16 spec/dummy/app/models/product_with_float_price.rb
effective_orders-2.1.15 spec/dummy/app/models/product_with_float_price.rb
effective_orders-2.1.14 spec/dummy/app/models/product_with_float_price.rb
effective_orders-2.1.13 spec/dummy/app/models/product_with_float_price.rb
effective_orders-2.1.12 spec/dummy/app/models/product_with_float_price.rb
effective_orders-2.1.10 spec/dummy/app/models/product_with_float_price.rb
effective_orders-2.1.9 spec/dummy/app/models/product_with_float_price.rb
effective_orders-2.1.8 spec/dummy/app/models/product_with_float_price.rb
effective_orders-2.1.7 spec/dummy/app/models/product_with_float_price.rb
effective_orders-2.1.6 spec/dummy/app/models/product_with_float_price.rb
effective_orders-2.1.5 spec/dummy/app/models/product_with_float_price.rb
effective_orders-2.1.4 spec/dummy/app/models/product_with_float_price.rb
effective_orders-2.1.3 spec/dummy/app/models/product_with_float_price.rb