luckyframework/avram
Operation callbacks are missing the conditional arguments
Aberta
#1.066 aberto em 25 de set. de 2024
hacktoberfest
Métricas do repositório
- Stars
- (180 estrelas)
- Métricas de merge de PR
- (Métricas PR pendentes)
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