mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
7 lines
300 B
Markdown
7 lines
300 B
Markdown
* Add `locale` argument to `ActiveModel::Name#initialize` to be used to generate the `singular`,
|
|
`plural`, `route_key` and `singular_route_key` values.
|
|
|
|
*Lukas Pokorny*
|
|
|
|
|
|
Please check [6-1-stable](https://github.com/rails/rails/blob/6-1-stable/activemodel/CHANGELOG.md) for previous changes.
|