Files
fizzy/app/models/card
Ítalo Matos 0833c52aa0 Refactor: use idiomatic .last instead of .order(:desc).first (#2098)
Simplifies the last_event method in ActivitySpike::Detector by using
the more idiomatic Rails pattern .order(:created_at).last instead of
.order(created_at: :desc).first. Both generate the same SQL query but
.last is more readable and conventional in Rails codebases.
2025-12-11 20:35:38 -08:00
..
2025-11-27 11:08:45 -05:00
2025-10-15 16:15:56 -05:00
2025-11-14 11:24:55 +01:00
2025-11-26 10:07:41 +00:00
2025-12-01 17:19:59 +00:00
2025-11-17 09:12:41 -05:00
2025-07-02 16:14:25 -05:00
2025-12-03 23:39:37 +01:00