luckyframework/avram

Operation callbacks are missing the conditional arguments

Offen

#1.066 geöffnet am 25.09.2024

 (0 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)Crystal (67 Forks)auto 404
hacktoberfest

Repository-Metriken

Stars
 (180 Sterne)
PR-Merge-Metriken
 (PR-Metriken ausstehend)

Beschreibung

https://github.com/luckyframework/avram/blob/bb63db88513b05e80030a4c61c9ef48b0ea12dbe/src/avram/callbacks.cr#L97C9-L97C19

With SaveOperation and DeleteOperation you can do before_save :do_thing, if: :valid?, but this doesn't work for before_run or after_run

Contributor Guide