aboutsummaryrefslogtreecommitdiffstats
path: root/activemodel/CHANGELOG.md
diff options
context:
space:
mode:
authorRafael Mendonça França <rafaelmfranca@gmail.com>2014-06-30 16:55:01 -0300
committerRafael Mendonça França <rafaelmfranca@gmail.com>2014-06-30 16:55:01 -0300
commitdc67d3d2a1480f82ffcce418cf4bcad5dfb2a177 (patch)
tree27f6899bf783b49cdf7e7126d54bd0aed6508861 /activemodel/CHANGELOG.md
parentb34f7c1706bbe20c1dc334884f9ba5ae7182f9f2 (diff)
downloadrails-dc67d3d2a1480f82ffcce418cf4bcad5dfb2a177.tar.gz
rails-dc67d3d2a1480f82ffcce418cf4bcad5dfb2a177.tar.bz2
rails-dc67d3d2a1480f82ffcce418cf4bcad5dfb2a177.zip
Rename rollback_changes to undo_changes
To avoid overload with database rollback
Diffstat (limited to 'activemodel/CHANGELOG.md')
-rw-r--r--activemodel/CHANGELOG.md2
1 files changed, 1 insertions, 1 deletions
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.*