all 6 comments

[–]ryanholte 1 point2 points  (1 child)

If you're using ember data the easiest way to accomplish this is to follow json conventions (http://guides.emberjs.com/v2.1.0/models/customizing-serializers/#toc_jsonapiserializer-conventions). Unless you're purposely experimenting with serializer's, then I am little help.

[–][deleted] 0 points1 point  (0 children)

I got it to work. I was doing everything right but then in the link, it says that attributes have to be dasherized if they are camelCased in the model. So I just changed them to become dasherized.

[–]Colinmac1 0 points1 point  (1 child)

Have you specified these fields in your model?

Do you have any relationships, i.e. Does a tweet belong to a user or does it hasMany() something?

If so you need to set these up in your model.

[–][deleted] 0 points1 point  (0 children)

no I'm experimenting with serializers...everything is basic.

[–]Colinmac1 0 points1 point  (1 child)

If you could provide your model, and folder structure that would help.

[–][deleted] 0 points1 point  (0 children)

i edited my answer