padrino / padrino-recipes

A collection of padrino templates and plugins
http://www.padrinorb.com
292 stars 50 forks source link

Use the 'order' method instead of the parameter. #83

Closed ymmtmdk closed 8 years ago

ymmtmdk commented 9 years ago

"Post.all(:order => 'created_at desc')" raises an ArgumentError. It is better to use the 'order' method instead of the parameter for recent ActiveRecord. (fix #82)