Krafalski / ConsiderWater

A Web App For Anxious People
0 stars 0 forks source link

journal entry order - oldest first, most recently UPDATED last #37

Closed Krafalski closed 8 years ago

Krafalski commented 8 years ago

Maybe should be newest first? The order should always be by creation, not by last edited.

Krafalski commented 8 years ago

fixed, modified to :

  @journal_entries = User.find(session[:current_user_id]).journal_entries.order(created_at: :desc)