Is there a way I can use the limit and: order options in the find method. I am trying to sort actions in descending order so that the latest actions are displayed. However, when I try to use (: all ,: limit => 5 ,: order => 'Date desc), I get an error. I need to limit only 5 entries, and when I ignore the order option, it works, but not what I need ...
thanks
source
share