mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
parent
f93df52845
commit
c935d6f9b5
1 changed files with 2 additions and 2 deletions
|
@ -318,8 +318,8 @@
|
|||
*Pavel Pravosud*
|
||||
|
||||
* `HashWithIndifferentAccess` better respects `#to_hash` on objects it
|
||||
recieves. In particular, `.new`, `#update`, `#merge`, `#replace` all accept
|
||||
objects which respond to `#to_hash`, even if those objects are not Hashes
|
||||
receives. In particular, `.new`, `#update`, `#merge`, and `#replace` accept
|
||||
objects which respond to `#to_hash`, even if those objects are not hashes
|
||||
directly.
|
||||
|
||||
*Peter Jaros*
|
||||
|
|
Loading…
Reference in a new issue