DockYard / ember-admin

Admin backend for ember-cli projects
MIT License
241 stars 37 forks source link

Allow ember-admin store adapter's namespace override #35

Closed bcardarella closed 10 years ago

bcardarella commented 10 years ago

Closes #25

You can now re-open the service:admin object and change the value of namespace. If it is set to Ember.isEmpty(namepace) === true it will set to undefined in the created adapter.

Also adds some unit tests for the store:admin.