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
Serializers are currently customized using the attrs hash
For example: http://emberjs.com/api/data/classes/DS.RESTSerializer.html#property_attr
However the attrs hash grew out organically and applies to both relationships and attributes. The attrs name can be confusing, should we change it to options or smth?
The text was updated successfully, but these errors were encountered:
Serializers are currently customized using the
attrs
hashFor example: http://emberjs.com/api/data/classes/DS.RESTSerializer.html#property_attr
However the
attrs
hash grew out organically and applies to both relationships and attributes. The attrs name can be confusing, should we change it to options or smth?The text was updated successfully, but these errors were encountered: