aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/CHANGELOG.md
diff options
context:
space:
mode:
authorTan Huynh <danhuynhdev@gmail.com>2018-03-20 13:02:23 +0700
committerTan Huynh <danhuynhdev@gmail.com>2018-03-23 08:01:46 +0700
commit3f297be72b0a774d07cea3aa243f81cdbd6db2a3 (patch)
tree354ac6804301119667ea3705c56f627ff517f96a /activerecord/CHANGELOG.md
parent57e145387ba57602afb0907f2a3897d37089dc4e (diff)
downloadrails-3f297be72b0a774d07cea3aa243f81cdbd6db2a3.tar.gz
rails-3f297be72b0a774d07cea3aa243f81cdbd6db2a3.tar.bz2
rails-3f297be72b0a774d07cea3aa243f81cdbd6db2a3.zip
Add custom prefix to ActiveRecord::Store accessors
Add a prefix option to ActiveRecord::Store.store_accessor and ActiveRecord::Store.store. This option allows stores to have identical keys with different accessors.
Diffstat (limited to 'activerecord/CHANGELOG.md')
-rw-r--r--activerecord/CHANGELOG.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/activerecord/CHANGELOG.md b/activerecord/CHANGELOG.md
index 647c96d4b1..2623a3226a 100644
--- a/activerecord/CHANGELOG.md
+++ b/activerecord/CHANGELOG.md
@@ -1,3 +1,7 @@
+* Add custom prefix option to ActiveRecord::Store.store_accessor.
+
+ *Tan Huynh*
+
* Rails 6 requires Ruby 2.4.1 or newer.
*Jeremy Daer*