luckyframework/avram

Operation callbacks are missing the conditional arguments

开放

#1,066 创建于 2024年9月25日

 (0 条评论) (0 个反应) (0 位负责人)Crystal (67 个派生)auto 404
hacktoberfest

仓库指标

星标
 (180 个星标)
PR 合并指标
 (PR 指标待抓取)

描述

https://github.com/luckyframework/avram/blob/bb63db88513b05e80030a4c61c9ef48b0ea12dbe/src/avram/callbacks.cr#L97C9-L97C19

With SaveOperation and DeleteOperation you can do before_save :do_thing, if: :valid?, but this doesn't work for before_run or after_run

贡献者指南