From dc67d3d2a1480f82ffcce418cf4bcad5dfb2a177 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafael=20Mendon=C3=A7a=20Fran=C3=A7a?= Date: Mon, 30 Jun 2014 16:55:01 -0300 Subject: Rename rollback_changes to undo_changes To avoid overload with database rollback --- activemodel/CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'activemodel/CHANGELOG.md') diff --git a/activemodel/CHANGELOG.md b/activemodel/CHANGELOG.md index 8bae40d59b..2565b24c97 100644 --- a/activemodel/CHANGELOG.md +++ b/activemodel/CHANGELOG.md @@ -1,4 +1,4 @@ -* Added `rollback_changes` method to `ActiveModel::Dirty` API to roolback all the +* Added `undo_changes` method to `ActiveModel::Dirty` API to restore all the changed values to the previous data. *Igor G.* -- cgit v1.2.3