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:
parent
f10ad55ac4
commit
00654b5ddd
1 changed files with 1 additions and 1 deletions
|
@ -467,7 +467,7 @@ Please refer to the [Changelog][active-record] for detailed changes.
|
||||||
([Pull Request](https://github.com/rails/rails/pull/35631))
|
([Pull Request](https://github.com/rails/rails/pull/35631))
|
||||||
|
|
||||||
* Add `rails db:seed:replant` that truncates tables of each database
|
* 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))
|
([Pull Request](https://github.com/rails/rails/pull/34779))
|
||||||
|
|
||||||
* Add `reselect` method, which is a short-hand for `unscope(:select).select(fields)`.
|
* Add `reselect` method, which is a short-hand for `unscope(:select).select(fields)`.
|
||||||
|
|
Loading…
Reference in a new issue