everything commentsin your workouts_on_which_i_commentedmaybeComment.all(:order => 'created_at DESC', :limit => 3)
There are also several fancy rails 3 syntax, but that is good for.
Or, if this method is in the model, you can simply do comments(:order => 'created_at DESC', :limit => 3)instead of what was described in my first sentence.
source
share