Skip to content

Commit dc464b9

Browse files
committed
Merge pull request rails#7165 from parndt/patch-5
Switched update_column recommendation in changelog to update_columns
2 parents 0dc356e + ffe8b0a commit dc464b9

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)