Remove unused code in statisticable concern

This code isn't used since commit e3063cd24f.
This commit is contained in:
Javi Martín
2024-04-08 19:47:28 +02:00
parent bcc9fd97f5
commit 6f0c27c0fb

View File

@@ -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