more delinting

This commit is contained in:
Michael Ball 2021-03-24 03:05:08 -07:00
parent 2dc6da87e5
commit 7106e1fc21

View file

@ -73,6 +73,7 @@ module EventsHelper
]
end
end
def event_type_dropdown(event, event_types, conference_id)
selection = event.event_type.try(:title) || 'Event Type'
options = event_types.collect do |event_type|