From ffe8b0a36ab4fb4ced6f071e3030948ddaa69f4e Mon Sep 17 00:00:00 2001 From: Philip Arndt Date: Thu, 26 Jul 2012 16:01:51 +1200 Subject: Switched update_column recommendation in changelog to update_columns Related to #7164 Looks like the last one; thanks! --- activerecord/CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/activerecord/CHANGELOG.md b/activerecord/CHANGELOG.md index bdd9edf27b..bc355f1ee7 100644 --- a/activerecord/CHANGELOG.md +++ b/activerecord/CHANGELOG.md @@ -184,7 +184,7 @@ * Add uuid datatype support to PostgreSQL adapter. *Konstantin Shabanov* -* `update_attribute` has been removed. Use `update_column` if +* `update_attribute` has been removed. Use `update_columns` if you want to bypass mass-assignment protection, validations, callbacks, and touching of updated_at. Otherwise please use `update_attributes`. -- cgit v1.2.3