diff --git a/app/views/schedules/_form.html.erb b/app/views/schedules/_form.html.erb index f6ebf5ae..6b1b1798 100644 --- a/app/views/schedules/_form.html.erb +++ b/app/views/schedules/_form.html.erb @@ -158,7 +158,7 @@
- <%= form.select :destination_id, + <%= form.select :destination_id, options_from_collection_for_select( @destinations, 'id', 'name', @schedule.destination&.id ), {},