luckyframework/avram
View on GitHubOperation callbacks are missing the conditional arguments
Open
#1,066 opened on Sep 25, 2024
hacktoberfest
Repository metrics
- Stars
- (180 stars)
- PR merge metrics
- (PR metrics pending)
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