Typo in the release note

[ci skip]
This commit is contained in:
Akira Matsuda 2019-05-08 00:53:16 +09:00
parent f10ad55ac4
commit 00654b5ddd
1 changed files with 1 additions and 1 deletions

View File

@ -467,7 +467,7 @@ Please refer to the [Changelog][active-record] for detailed changes.
([Pull Request](https://github.com/rails/rails/pull/35631))
* Add `rails db:seed:replant` that truncates tables of each database
for ther current environment and loads the seeds.
for the current environment and loads the seeds.
([Pull Request](https://github.com/rails/rails/pull/34779))
* Add `reselect` method, which is a short-hand for `unscope(:select).select(fields)`.