Skip to content

Commit

Permalink
Fix stats
Browse files Browse the repository at this point in the history
  • Loading branch information
nono committed Dec 20, 2011
1 parent 1b8185e commit 54a16b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/models/statistics/prizes.rb
Expand Up @@ -10,7 +10,7 @@ def initialize(month)
end

def current_month
@current_month ||= @month.beginning_of_month .. @month.end_of_month
@current_month ||= @month.beginning_of_month .. @month.next_month.beginning_of_month
end

def best_score(type, nb)
Expand Down

0 comments on commit 54a16b2

Please sign in to comment.