I want to sort by two columns, one is a DateTime (updated_at), and the other is a Decimal (Price)
updated_at
I would like to be able to sort first by updated_at, t
Model.all(:order => 'updated_at, price')