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

rename enum_prefix and enum_suffix options to _prefix and _suffix [ci skip]

`:enum_prefix` and `:enum_suffix` was changed to `:_prefix` and `:_suffix`
in #20999.
This commit is contained in:
yuuji.yaginuma 2016-05-29 20:59:08 +09:00
parent c127491b71
commit fda13d51ac

View file

@ -576,8 +576,9 @@ Please refer to the [Changelog][active-record] for detailed changes.
* New attributes
API. ([commit](https://github.com/rails/rails/commit/8c752c7ac739d5a86d4136ab1e9d0142c4041e58))
* Added `:enum_prefix`/`:enum_suffix` option to `enum`
definition. ([Pull Request](https://github.com/rails/rails/pull/19813))
* Added `:_prefix`/`:_suffix` option to `enum` definition.
([Pull Request](https://github.com/rails/rails/pull/19813),
[Pull Request](https://github.com/rails/rails/pull/20999))
* Added `#cache_key` to `ActiveRecord::Relation`.
([Pull Request](https://github.com/rails/rails/pull/20884))