aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord
diff options
context:
space:
mode:
authorKasper Timm Hansen <kaspth@gmail.com>2018-04-02 16:30:24 +0200
committerKasper Timm Hansen <kaspth@gmail.com>2018-04-02 16:30:24 +0200
commitc82ea23b95b7329b138de6abffd6f9fec5f2fd4a (patch)
tree7dd928f5ed06ffa54fa6ff50e849564b102480e3 /activerecord
parentc9ad88fed18070fea1215e718c526c73b9a1cae2 (diff)
downloadrails-c82ea23b95b7329b138de6abffd6f9fec5f2fd4a.tar.gz
rails-c82ea23b95b7329b138de6abffd6f9fec5f2fd4a.tar.bz2
rails-c82ea23b95b7329b138de6abffd6f9fec5f2fd4a.zip
[ci skip] Fully quantify Active Record module in changelog.
Diffstat (limited to 'activerecord')
-rw-r--r--activerecord/CHANGELOG.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/activerecord/CHANGELOG.md b/activerecord/CHANGELOG.md
index 9393bb83f0..d8bf7df63b 100644
--- a/activerecord/CHANGELOG.md
+++ b/activerecord/CHANGELOG.md
@@ -1,4 +1,4 @@
-* Add `AR::Base.base_class?` predicate
+* Add `ActiveRecord::Base.base_class?` predicate.
*Bogdan Gusiev*