lib/simple_cart.rb in simple_cart-0.0.4 vs lib/simple_cart.rb in simple_cart-0.0.5

- old
+ new

@@ -1,9 +1,10 @@ require "simple_cart/engine" +require "simple_cart/acts_as_simple_cart" module SimpleCart mattr_accessor :coupon_class - + def self.coupon_class @@coupon_class.constantize end end