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