Remove from EngagementChamp a method it’s inheriting

This commit is contained in:
gregoirenovel 2018-12-28 15:52:50 +01:00
parent 66d1b7ba10
commit 4a6930b60a

View file

@ -1,7 +1,2 @@
class Champs::EngagementChamp < Champs::CheckboxChamp
def search_terms
if value == 'on'
[libelle]
end
end
end