stagecoachapp / Stagecoach

rails!
http://stagecoach.herokuapp.com/
2 stars 4 forks source link

I think notifications are displaying from oldest to newest? #112

Closed jontonsoup closed 12 years ago

jontonsoup commented 12 years ago

Is this true?

gpeal commented 12 years ago

nope, they should be sorted correctly, they are accessed with `Notification.all(:conditions => {:user_id => self.current_user.id}, :order => "created_at DESC")