Skip to content
This repository has been archived by the owner on Jan 31, 2023. It is now read-only.

Commit

Permalink
Fix sort order of sponsors
Browse files Browse the repository at this point in the history
  • Loading branch information
moeffju committed May 16, 2011
1 parent 889132f commit dba83f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/models/sponsor.rb
@@ -1,4 +1,4 @@
class Sponsor < ActiveRecord::Base
mount_uploader :image, SponsorLogoUploader
default_scope :order => 'amount DESC, created_at DESC'
default_scope :order => 'amount DESC, created_at ASC'
end

0 comments on commit dba83f7

Please sign in to comment.