Skip to content

Commit ffe8b0a

Browse files
committed
Switched update_column recommendation in changelog to update_columns
Related to rails#7164 Looks like the last one; thanks!
1 parent 0dc356e commit ffe8b0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

activerecord/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@
184184

185185
* Add uuid datatype support to PostgreSQL adapter. *Konstantin Shabanov*
186186

187-
* `update_attribute` has been removed. Use `update_column` if
187+
* `update_attribute` has been removed. Use `update_columns` if
188188
you want to bypass mass-assignment protection, validations, callbacks,
189189
and touching of updated_at. Otherwise please use `update_attributes`.
190190

0 commit comments

Comments
 (0)