Skip to content

Commit e903f5e

Browse files
committed
Update range end in Stats: 2023 -> 2024
1 parent d097157 commit e903f5e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/controllers/stats_controller.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ def show
1414
return
1515
end
1616

17-
# 2012年1月1日〜2023年12月31日までの集計結果
17+
# 2012年1月1日〜2024年12月31日までの集計結果
1818
@period_start = 2012
19-
@period_end = 2023
19+
@period_end = 2024
2020
period = Time.zone.local(@period_start).beginning_of_year..Time.zone.local(@period_end).end_of_year
2121
stats = Stat.new(period)
2222

0 commit comments

Comments
 (0)