aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord
diff options
context:
space:
mode:
authorJon Moss <maclover7@users.noreply.github.com>2016-12-29 19:08:00 -0500
committerGitHub <noreply@github.com>2016-12-29 19:08:00 -0500
commitf55cb7b635651509ed65dbf511fc997cfdb28b90 (patch)
tree24d42a829573c8327a275136b63f4c277c8a6097 /activerecord
parent2471e6391dfe71cfbb8621bdf573729d961d3209 (diff)
parent8139e8b45b07b1a59e74c1336911a22257d3d99c (diff)
downloadrails-f55cb7b635651509ed65dbf511fc997cfdb28b90.tar.gz
rails-f55cb7b635651509ed65dbf511fc997cfdb28b90.tar.bz2
rails-f55cb7b635651509ed65dbf511fc997cfdb28b90.zip
Merge pull request #27504 from kenta-s/fix-grammar-in-ar-changelog
Fix grammar in AR CHANGELOG.md [ci skip]
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.