Closed bcardarella closed 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.
service:admin
namespace
Ember.isEmpty(namepace) === true
undefined
Also adds some unit tests for the store:admin.
store:admin
Closes #25
You can now re-open the
service:admin
object and change the value ofnamespace
. If it is set toEmber.isEmpty(namepace) === true
it will set toundefined
in the created adapter.Also adds some unit tests for the
store:admin
.