impress/app
Matchu 4d722dd5c5 Simplify filter API a bit
Not doing the tricks with `is_positive` anymore, instead just calling different functions altogether at the call site.

Also, instead of classes, I feel like this is a lot more concise to just write as class methods that create certain instances of a trivial `Filter` data class. Without the tricks of `is_positive` in play, the value of classes goes way down imo.
2023-07-26 11:47:00 -07:00
..
assets Fix SASS @extend of non-existant class 2023-07-22 13:47:56 -07:00
controllers Start building new item search 2023-07-22 19:01:40 -07:00
helpers Fix modeling_i18n_tag crash 2023-07-22 13:34:08 -07:00
mailers donation mailer 2014-09-10 14:32:54 -05:00
models Simplify filter API a bit 2023-07-26 11:47:00 -07:00
views Remove references to the Stripe gem 2023-07-21 18:54:15 -07:00