Files
nairobi/app/models
Javi Martín c92cb6bed1 Use a range in the between_ages user scope
Using `>` and `<` for dates is a bit confusing because it usually
requires mentally translating `<` into "before" and `>` into "after",
meaning it takes a few seconds to check which is the starting date and
which is the ending date. When using a range, it's easier to see which
is which.

Note that we were using `>` and `<`, but now we're using the equivalent
of `>=` and `<=`. This makes sense IMHO, since the beginning of the year
and the end of the year should also be included in this case.
2024-05-17 15:36:52 +02:00
..
2021-08-16 16:31:04 +02:00
2021-12-30 15:50:02 +01:00
2023-08-30 14:46:35 +02:00
2023-11-22 14:44:24 +01:00
2021-04-13 13:52:18 +02:00
2024-04-02 16:31:10 +02:00
2023-12-11 15:38:55 +01:00
2023-09-07 13:09:11 +02:00
2020-12-02 12:13:02 +01:00
2024-05-09 14:28:32 +02:00
2021-08-16 16:31:04 +02:00
2021-08-16 16:31:04 +02:00
2024-05-09 14:28:32 +02:00
2022-10-18 10:38:59 +02:00
2021-01-12 14:50:37 +01:00