Commit 214841e
committed
Fix typed override
The new merge options was not doing the correct thing when calling
`merge!` on `result`, since the result is now created as an indifferent
access hash, which doesn't seem to implement the block callback for
`merge!`.
This was causing the default `"activesupport" => "false"` setting to be
lost.
Instead we create a normal Hash and then convert it to an indifferent
access hash instead.Hash defaults1 parent 39dd40f commit 214841e
1 file changed
+3
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
68 | 68 | | |
69 | 69 | | |
70 | 70 | | |
71 | | - | |
| 71 | + | |
72 | 72 | | |
73 | 73 | | |
74 | 74 | | |
| |||
77 | 77 | | |
78 | 78 | | |
79 | 79 | | |
| 80 | + | |
| 81 | + | |
80 | 82 | | |
81 | 83 | | |
82 | 84 | | |
0 commit comments