Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUGFIX beta] convert single record sideloaded records to plural #4314

Commits on Apr 8, 2016

  1. [BUGFIX beta] convert single record sideloaded records to plural

    Before, `_normalizeArray` would call `forEach` even if the object wasn't
    an array. We guard against it by using `Ember.makeArray`.
    
    fixes emberjs#3805
    
    emberjs#3805
    Stanley Stuart committed Apr 8, 2016
    Configuration menu
    Copy the full SHA
    c68d0ef View commit details
    Browse the repository at this point in the history