Skip to content

refactor: use model.update method instead of update_attributes#16

Open
fatihky wants to merge 1 commit intoajsharp:masterfrom
fatihky:use-update-method
Open

refactor: use model.update method instead of update_attributes#16
fatihky wants to merge 1 commit intoajsharp:masterfrom
fatihky:use-update-method

Conversation

@fatihky
Copy link

@fatihky fatihky commented Jul 20, 2025

update_attributes has been deprecated per the documentation: https://apidock.com/rails/ActiveRecord/Base/update_attributes

we could just use update method instead

update_attributes has been deprecated per the documentation:
https://apidock.com/rails/ActiveRecord/Base/update_attributes

we could just use update method instead
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