Replies: 1 comment 1 reply
-
https://sequel.jeremyevans.net/rdoc/files/doc/model_hooks_rdoc.html#label-Skipping+Hooks Is this what do you want? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
There is any solution to save column changes skipping callbacks and validations, like
update_column
in Rails does?If I use
save(validate: false)
it skips validations, but can run callbacks.Beta Was this translation helpful? Give feedback.
All reactions