clean(deadcode): remove unused current_filters method
This commit is contained in:
parent
14483270ba
commit
242ab78235
1 changed files with 0 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue