Skip to content

Commit

Permalink
Fixed an error in the acts_as_cart documentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jean-Francois Turcot committed Aug 9, 2010
1 parent 3906dab commit a1fad39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/active_cart/acts_as_cart.rb
Expand Up @@ -33,7 +33,7 @@ module ClassMethods
#
# if session[:cart_id]
# engine = Cart.find(session[:cart_id])
# @cart = ActiveCart.new(engine) if engine
# @cart = ActiveCart::Cart.new(engine) if engine
# end
#
def acts_as_cart(options = {})
Expand Down

0 comments on commit a1fad39

Please sign in to comment.