Skip to content

Commit

Permalink
change limit to 50
Browse files Browse the repository at this point in the history
  • Loading branch information
devton committed Feb 15, 2012
1 parent c8a0a99 commit cbebf85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/reports/users/backers.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module Reports
module Users
class Backers
class << self
def most_backed(limit=20)
def most_backed(limit=50)
@users = User.most_backeds.limit(limit)

@csv = CSV.generate(:col_sep => ',') do |csv_string|
Expand Down

0 comments on commit cbebf85

Please sign in to comment.