When calling this.store.createRecord, the following error is thrown:
Uncaught Error: Assertion Failed: Passing classes to store.serializerFor has been removed. Please pass a dasherized string instead of undefined
I believe that's due to this change with Ember data where typeKey is replaced by modelName for getting a stringified version of the model name.