clean(deadcode): remove unused current_filters method

This commit is contained in:
mfo 2024-10-07 10:03:16 +02:00 committed by simon lehericey
parent 14483270ba
commit 242ab78235
No known key found for this signature in database
GPG key ID: CDE670D827C7B3C5

View file

@ -382,10 +382,6 @@ module Instructeurs
end
end
def current_filters
@current_filters ||= procedure_presentation.filters.fetch(statut, [])
end
def bulk_message_params
params.require(:bulk_message).permit(:body)
end