Skip to content

Commit 95907c5

Browse files
committed
Rename column: active_dojos_by_region -> active_dojos_by_prefecture
1 parent 1faaf3c commit 95907c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/controllers/stats_controller.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ def show
114114
active_dojos: @sum_of_dojos, # Required by other repos
115115
total_events: @sum_of_events,
116116
total_ninjas: @sum_of_participants,
117-
active_dojos_by_region: @data_by_prefecture,
117+
active_dojos_by_prefecture: @data_by_prefecture,
118118
}
119119
}
120120
end

0 commit comments

Comments
 (0)