File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -10,8 +10,8 @@ def show
10
10
@sum_of_dojos = DojoEventService . count ( 'DISTINCT dojo_id' )
11
11
@sum_of_participants = EventHistory . sum ( :participants )
12
12
13
- # 2012年1月1日〜2017年12月31日までの集計結果
14
- period = Time . zone . local ( 2012 ) . beginning_of_year ..Time . zone . local ( 2017 ) . end_of_year
13
+ # 2012年1月1日〜2018年12月31日までの集計結果
14
+ period = Time . zone . local ( 2012 ) . beginning_of_year ..Time . zone . local ( 2018 ) . end_of_year
15
15
stat = Stat . new ( period )
16
16
@dojos = stat . annual_sum_total_of_aggregatable_dojo
17
17
@events = stat . annual_count_of_event_histories
Original file line number Diff line number Diff line change 55
55
56
56
57
57
%h3 最新データ
58
- 2018年のデータも含めた最新の統計情報は次のとおりです。
58
+ 2019年のデータも含めた最新の統計情報は次のとおりです。
59
59
%div {align: 'center'}
60
60
%table {style: 'margin-top: 4px;'}
61
61
%thead
You can’t perform that action at this time.
0 commit comments