mercredi 12 août 2015

How can specify this ruby code in the lambda section

How can specify this ".sort_by{ |o| o.reviews.sum(:rating) }" in the lambda section

 scope :sort_by_recommended, lambda{ }

Just like this :

scope :sort_by_recommended, lambda{ .sort_by{ |o| o.reviews.sum(:rating) } }

Aucun commentaire:

Enregistrer un commentaire