You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Rails have a method run_callbacks to run model's callbacks manually. It runs callbacks defined inside the model correctly, but it does not run callbacks defined in an observer using this library. More specifically, I'm trying with an after_save callback and running model.run_callbacks(:save).
The text was updated successfully, but these errors were encountered:
Rails have a method
run_callbacks
to run model's callbacks manually. It runs callbacks defined inside the model correctly, but it does not run callbacks defined in an observer using this library. More specifically, I'm trying with anafter_save
callback and runningmodel.run_callbacks(:save)
.The text was updated successfully, but these errors were encountered: