1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

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

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)`.