luckyframework/avram
Operation callbacks are missing the conditional arguments
オープン
#1,066 opened on 2024/09/25
hacktoberfest
Repository metrics
- Stars
- (180 個のスター)
- PR merge metrics
- (PR metrics pending)
説明
With SaveOperation and DeleteOperation you can do before_save :do_thing, if: :valid?, but this doesn't work for before_run or after_run