Files
fizzy/app/models/card
Ítalo Matos fbc586646f Refactor: improve query scope composition with merge syntax (#2131)
* Refactor: improve query scope composition with merge syntax

Replace manual WHERE clause concatenation with Rails' merge method
for more elegant and maintainable scope composition across Card,
Comment, and Filter models. This approach better follows Rails
conventions and improves code readability.

* Extend scope composition improvements to Card::Closeable

Apply the same nested hash syntax pattern to closures table references
in order and where clauses.

* Remove unnecessary outer braces from where clause

---------

Co-authored-by: Jeremy Daer <jeremy@37signals.com>
2025-12-13 10:10:13 -08:00
..
2025-11-27 11:08:45 -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-12-03 23:39:37 +01:00