mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Fix CHANGELOG [ci skip]
This commit is contained in:
parent
af91d9a1c5
commit
7eed607b12
1 changed files with 3 additions and 3 deletions
|
@ -1,10 +1,10 @@
|
|||
* Pass in `base` instead of `base_class` to Error.human_attribute_name
|
||||
|
||||
*Filipe Sabella*
|
||||
|
||||
This is useful in cases where the `human_attribute_name` method depends
|
||||
on other attributes' values of the class under validation to derive what the
|
||||
attirbute name should be.
|
||||
attribute name should be.
|
||||
|
||||
*Filipe Sabella*
|
||||
|
||||
* Deprecate marshalling load from legacy attributes format.
|
||||
|
||||
|
|
Loading…
Reference in a new issue