diff options
author | kenta-s <knt01222@gmail.com> | 2016-12-30 09:03:46 +0900 |
---|---|---|
committer | kenta-s <knt01222@gmail.com> | 2016-12-30 09:03:46 +0900 |
commit | 8139e8b45b07b1a59e74c1336911a22257d3d99c (patch) | |
tree | 24d42a829573c8327a275136b63f4c277c8a6097 /activerecord | |
parent | 2471e6391dfe71cfbb8621bdf573729d961d3209 (diff) | |
download | rails-8139e8b45b07b1a59e74c1336911a22257d3d99c.tar.gz rails-8139e8b45b07b1a59e74c1336911a22257d3d99c.tar.bz2 rails-8139e8b45b07b1a59e74c1336911a22257d3d99c.zip |
Fix grammar in AR CHANGELOG.md [ci skip]
Diffstat (limited to 'activerecord')
-rw-r--r-- | activerecord/CHANGELOG.md | 2 |
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. |