datacite/bracco

View on GitHub
app/routes/providers/show/repositories/new.js

Summary

Maintainability
A
0 mins
Test Coverage

Detected non-standard model lookups
Open

Ember Data 2.0 now uses dasherized strings to lookup models instead of camel cased strings. For example:

export default DS.Model.extend({
  postComments: DS.hasMany('post-comment', {async: true})
});

To fix this, run ember watson:convert-ember-data-model-lookups.

There are no issues that match your filters.

Category
Status