luckyframework/avram
Operation callbacks are missing the conditional arguments
Ouverte
#1 066 ouverte le 25 sept. 2024
hacktoberfest
Métriques du dépôt
- Stars
- (180 étoiles)
- Métriques de merge PR
- (Métriques PR en attente)
Description
With SaveOperation and DeleteOperation you can do before_save :do_thing, if: :valid?, but this doesn't work for before_run or after_run