8000 Restores DIRTY changes information when updating an attribute with ActiveRecordPersistence by KirtashW17 · Pull Request #824 · aasm/aasm · GitHub
[go: up one dir, main page]

Skip to content

Conversation

@KirtashW17
Copy link

Hi!

I would like AR DIRTY changes information to be cleared after updating a column with the bang method of an event.

In this PR I remove the status key from the DIRTY changes hash.

I also noticed that we were updating the attributes with an update_all. Is there any reason for this? I feel that obj.update_column is easier (and AR will automatically update the in-memory object).

If we don't want to use update_column for any reason, we could use update_all, and then call self.clear_attribute_changes([attribute_name])

@qlty-cloud-legacy
Copy link

Code Climate has analyzed commit 29718c7 and detected 0 issues on this pull request.

View more on Code Climate.

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

0