mirror of
https://github.com/ditkrg/active_model_serializers.git
synced 2026-01-25 15:23:06 +00:00
Apply key transforms to keys referenced in values
This commit is contained in:
@@ -70,7 +70,8 @@ class ApiAssertion
|
||||
},
|
||||
'author' => {
|
||||
'id' => 42,
|
||||
'name' => 'Joao Moura.'
|
||||
'first_name' => 'Joao',
|
||||
'last_name' => 'Moura'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user