Skip to content

Commit 976aaf9

Browse files
committed
Update dojos that manually manage events in Events#latest action
1 parent da9a328 commit 976aaf9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/controllers/events_controller.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ def latest
1919
@latest_event_by_dojos = []
2020
@active_dojos_verified = [
2121
'和歌山', '市川真間', '泉', '石垣', '南紀田辺', '三好', '市川', 'ひばりヶ丘', '伊勢',
22+
'徳島', '柏', '富山', 'ももち', '木曽', '熊本'
2223
]
2324
Dojo.active.each do |dojo|
2425
latest_event = dojo.event_histories.newest.first

0 commit comments

Comments
 (0)