Skip to content

need to update code to work with new version of ember data #9

@koryteg

Description

@koryteg

I do not have time in the moment to look through the code and make a pr and what not. so I am just making a note here for me to come back to.
when I add the mixin to my adapter it messes up the serialization of other attributes. I have user_ids that should be headed up to the server as an array of strings like so ["1", "2", "3"] but actually gets sent up as just a string like this: "1,2,3".

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions