Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

run_callbacks is not calling Observer's callbacks #21

Open
andresespinosapc opened this issue Sep 13, 2021 · 0 comments
Open

run_callbacks is not calling Observer's callbacks #21

andresespinosapc opened this issue Sep 13, 2021 · 0 comments

Comments

@andresespinosapc
Copy link

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).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant