tenforce / ember-mu-application-generator

Generator for a full browseable CRUD front-end for a mu-cl-resources back-end.
MIT License
0 stars 3 forks source link

Issue: empty string in model / stringRep #2

Closed lordblendi closed 7 years ago

lordblendi commented 7 years ago

If there are no attributes, the generated code was stringRep: Ember.computed.collect.apply(this,['id',''])

This was fixed to generate stringRep: Ember.computed.collect.apply(this,['id'])