diff --git a/app/models/concerns/statisticable.rb b/app/models/concerns/statisticable.rb index 690cdecf5..c3ee15139 100644 --- a/app/models/concerns/statisticable.rb +++ b/app/models/concerns/statisticable.rb @@ -174,10 +174,6 @@ module Statisticable [90, 300]] end - def participants_between_ages(from, to) - participants.between_ages(from, to) - end - def geozones Geozone.order("name") end