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
Dynamoid::Persistence#update! is only running the :update callbacks, and never runs the :save callbacks
Dynamoid::Persistence#update!
:update
:save
The text was updated successfully, but these errors were encountered:
Also save will never run :update callbacks, meaning that update_attributes and update_attribute wont do it too. I will create another issue for that
save
update_attributes
update_attribute
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Dynamoid::Persistence#update!
is only running the:update
callbacks, and never runs the:save
callbacksThe text was updated successfully, but these errors were encountered: