aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/CHANGELOG.md
diff options
context:
space:
mode:
authorAlfred Dominic <mailme@alfiemax.com>2018-12-03 15:22:59 +0530
committerAlfred Dominic <mailme@alfiemax.com>2018-12-04 15:56:31 +0530
commitc4d157aafe05dde4a19dff2d95165e4022627608 (patch)
treea7f1276b62d77eb62956fc8aaf1bcfd0a8d1a97b /activerecord/CHANGELOG.md
parent609c58bfa6df58b88e3eadebb1f1d49354541d24 (diff)
downloadrails-c4d157aafe05dde4a19dff2d95165e4022627608.tar.gz
rails-c4d157aafe05dde4a19dff2d95165e4022627608.tar.bz2
rails-c4d157aafe05dde4a19dff2d95165e4022627608.zip
option to disable scopes that `ActiveRecord.enum` generates by default
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 db291726e7..587831f1bb 100644
--- a/activerecord/CHANGELOG.md
+++ b/activerecord/CHANGELOG.md
@@ -1,3 +1,7 @@
+* Allow disabling scopes generated by `ActiveRecord.enum`.
+
+ *Alfred Dominic*
+
* Ensure that `delete_all` on collection proxy returns affected count.
*Ryuta Kamizono*