From 6f0c27c0fb90a2d8e0a570102c66c207075c9fbb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javi=20Mart=C3=ADn?= Date: Mon, 8 Apr 2024 19:47:28 +0200 Subject: [PATCH] Remove unused code in statisticable concern This code isn't used since commit e3063cd24f. --- app/models/concerns/statisticable.rb | 4 ---- 1 file changed, 4 deletions(-) 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