You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using JSONAPI::Serializable::Resource::KeyFormat for camel-cased keys. However this breaks inclusion of relationships when the relationship's name is subject to key transformation:
I'm using
JSONAPI::Serializable::Resource::KeyFormat
for camel-cased keys. However this breaks inclusion of relationships when the relationship's name is subject to key transformation:Results in
Without using the
key_format
it works as expected:The text was updated successfully, but these errors were encountered: