Skip to content

Commit

Permalink
item_ids added to Cart
Browse files Browse the repository at this point in the history
  • Loading branch information
k2052 committed Apr 19, 2012
1 parent fbd10d2 commit 850a205
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/garry/models/Cart.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ def self.included(klass)
key :account_id, ObjectId
key :session_id, String
key :charge_id, String
key :charge_amount, Float
key :charge_amount, Float
key :item_ids, Array

belongs_to :account

Expand Down

0 comments on commit 850a205

Please sign in to comment.