aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/CHANGELOG.md
diff options
context:
space:
mode:
authorJon Leighton <j@jonathanleighton.com>2011-11-29 19:40:29 +0000
committerJon Leighton <j@jonathanleighton.com>2011-11-29 20:13:37 +0000
commitf3c84dc31692204aacac3c125dcfcc986fd961a0 (patch)
tree71731744d75ff5ea5c05ca20e435266f0bf1e2c7 /activerecord/CHANGELOG.md
parent1a474cc8e41522ae079871d297c0e61ee4f6ef35 (diff)
downloadrails-f3c84dc31692204aacac3c125dcfcc986fd961a0.tar.gz
rails-f3c84dc31692204aacac3c125dcfcc986fd961a0.tar.bz2
rails-f3c84dc31692204aacac3c125dcfcc986fd961a0.zip
Deprecate set_locking_column in favour of self.locking_column=
Diffstat (limited to 'activerecord/CHANGELOG.md')
-rw-r--r--activerecord/CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/activerecord/CHANGELOG.md b/activerecord/CHANGELOG.md
index f6a00ab0fe..62dc19a988 100644
--- a/activerecord/CHANGELOG.md
+++ b/activerecord/CHANGELOG.md
@@ -6,6 +6,7 @@
* `set_inheritance_column`
* `set_sequence_name`
* `set_primary_key`
+ * `set_locking_column`
Use an assignment method instead. For example, instead of `set_table_name`, use `self.table_name=`: