diff --git a/app/helpers/shifts_helper.rb b/app/helpers/shifts_helper.rb index 34a64e2a2..9dbc3d4a5 100644 --- a/app/helpers/shifts_helper.rb +++ b/app/helpers/shifts_helper.rb @@ -32,10 +32,6 @@ module ShiftsHelper polls.maximum(:ends_at).to_date end - def officer_select_options(officers) - officers.map { |officer| [officer.name, officer.id] } - end - private def officer_shifts(task_id, booth)