Skip to content

Commit 3cd95d0

Browse files
committed
Update outdated catalog method
1 parent 7fb5aa6 commit 3cd95d0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/models/upcoming_event.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,9 @@ def group_by_keyword(keyword)
3737
end
3838

3939
def catalog
40-
# NOTE: 奈良・生駒・田原本の Dojo 名は特別に加工
40+
# NOTE: 奈良・生駒・平群などの Dojo 名は特別に加工
4141
dojo_name = if dojo_event_service.name == 'connpass' && dojo_event_service.group_id == '2617'
42-
'奈良・生駒・田原本'
42+
'奈良・生駒・平群'
4343
elsif dojo_event_service.name == 'connpass' && dojo_event_service.group_id == '8204'
4444
'昭島・たまみら'
4545
else

0 commit comments

Comments
 (0)