We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello,
I am updating the Ruby and Rails to 3.2 and 7.0 respectively. We have a couple of models with send as the state event.
send
After the upgrade this is causing the stack level too deep issue.
stack level too deep
One option is to use some other name for the send event and this requires a lot of code changes.
Is there a workaroud that allows using the send as the state event?
The text was updated successfully, but these errors were encountered:
seuros
No branches or pull requests
Hello,
I am updating the Ruby and Rails to 3.2 and 7.0 respectively. We have a couple of models with
send
as the state event.After the upgrade this is causing the
stack level too deep
issue.One option is to use some other name for the
send
event and this requires a lot of code changes.Is there a workaroud that allows using the
send
as the state event?The text was updated successfully, but these errors were encountered: