luckyframework/avram
Operation callbacks are missing the conditional arguments
开放
#1,066 创建于 2024年9月25日
hacktoberfest
仓库指标
- 星标
- (180 个星标)
- PR 合并指标
- (PR 指标待抓取)
描述
With SaveOperation and DeleteOperation you can do before_save :do_thing, if: :valid?, but this doesn't work for before_run or after_run