Remove unused method in shifts helper
We don't use this method since commit 452723628.
This commit is contained in:
@@ -32,10 +32,6 @@ module ShiftsHelper
|
|||||||
polls.maximum(:ends_at).to_date
|
polls.maximum(:ends_at).to_date
|
||||||
end
|
end
|
||||||
|
|
||||||
def officer_select_options(officers)
|
|
||||||
officers.map { |officer| [officer.name, officer.id] }
|
|
||||||
end
|
|
||||||
|
|
||||||
private
|
private
|
||||||
|
|
||||||
def officer_shifts(task_id, booth)
|
def officer_shifts(task_id, booth)
|
||||||
|
|||||||
Reference in New Issue
Block a user