Skip to content

Commit

Permalink
fix meetup listing order
Browse files Browse the repository at this point in the history
  • Loading branch information
nerdEd committed Dec 5, 2013
1 parent c057863 commit 32a8205
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/models/meetup.rb
Expand Up @@ -10,7 +10,7 @@ def google_map_url
end

def self.most_recent
order('time ASC').limit(3)
order('time DESC').limit(3)
end

def self.update
Expand Down

0 comments on commit 32a8205

Please sign in to comment.