aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord
diff options
context:
space:
mode:
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 7e0558c452..61f44f4105 100644
--- a/activerecord/CHANGELOG.md
+++ b/activerecord/CHANGELOG.md
@@ -44,7 +44,7 @@
*Rafael Mendonça França*
-* `#tables` and `#table_exists?` and returns only tables and not views.
+* `#tables` and `#table_exists?` return only tables and not views.
All the deprecations on those methods were removed.