Actions
Refactor #33984
closedTracker #33983: Cleanup core_extensions
Remove custom update methods
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.
Actions