Remove unused method in shifts helper

We don't use this method since commit 452723628.
This commit is contained in:
Javi Martín
2024-11-12 15:16:23 +01:00
parent d254fcd7ca
commit 9ab6c15975

View File

@@ -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)