aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/CHANGELOG.md
diff options
context:
space:
mode:
authorBogdan Gusiev <agresso@gmail.com>2018-04-02 14:17:24 +0300
committerBogdan Gusiev <agresso@gmail.com>2018-04-02 14:34:32 +0300
commit0d9f45ff99c092cce6b7642f653b8fdf9f930f0c (patch)
tree9d98aa6242dde4a480b2543961b6b8498b6233ab /activerecord/CHANGELOG.md
parent09b2348f7fc8d4e7191e70e06608c5909067e2aa (diff)
downloadrails-0d9f45ff99c092cce6b7642f653b8fdf9f930f0c.tar.gz
rails-0d9f45ff99c092cce6b7642f653b8fdf9f930f0c.tar.bz2
rails-0d9f45ff99c092cce6b7642f653b8fdf9f930f0c.zip
Add AR::Base.base_class? predicate
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 2623a3226a..9393bb83f0 100644
--- a/activerecord/CHANGELOG.md
+++ b/activerecord/CHANGELOG.md
@@ -1,3 +1,7 @@
+* Add `AR::Base.base_class?` predicate
+
+ *Bogdan Gusiev*
+
* Add custom prefix option to ActiveRecord::Store.store_accessor.
*Tan Huynh*