quux00 / depot

Rails 3 Shopping Cart Application
1 stars 0 forks source link

Cart reorders the line items - need to sort by title #3

Open quux00 opened 13 years ago

quux00 commented 13 years ago

When doing a "Decrease" request, it can cause the line items in the cart to reorder, jumping around. Need a consistent ordering of the cart. Would this be a default_scope on the Cart model?