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
while calling .from_jsonapi, for instance: .from_jsonapi(:camel). The value does not really matter, as anything different than :snake will result in deep keys transformation provided by ActiveSupport.
Type casing (1.x and 2.x)
In 2.0 a breaking change for casing has been introduced. Prior to 2.0, type value was not a subject to casing translation. From 2.0 onwards we also translate the entity type to match what was configured for JsonApi::Parameters.