Refactor #33984
Tracker #33983: Cleanup core_extensions
Remove custom update methods
Pull request:
Fixed in Releases:
Found in Releases:
Description
We have custom update_single_attribute and update_multiple_attribute methods that can be easily replaced by ActiveRecord#update_column and ActiveRecord#update_columns.
Associated revisions
History
#1
Updated by The Foreman Bot 6 months ago
- Assignee set to Ondřej Ezr
- Status changed from New to Ready For Testing
- Pull request https://github.com/theforeman/foreman/pull/8944 added
#2
Updated by The Foreman Bot 6 months ago
- Fixed in Releases 3.2.0 added
#3
Updated by Ondřej Ezr 6 months ago
- Status changed from Ready For Testing to Closed
Applied in changeset foreman|0e5fca000d6eae77cc8c049515b5ea8cd47926fd.
Fixes #33984 - removes custom update methods
These archaic methods are not used anymore
These are in Rails for years so noone shoul be using them for a while now.