I am creating my models dynamically after loading the schema from the server using
Ember.getOwner(store).register('model: modelName', DS.Model.extend(attributes));
It seems this addon need the actual files for models to be bale to create the models. Is there anyway around that?
Is there anyway to add them into the store which ember-admin use at the same time ?
I am creating my models dynamically after loading the schema from the server using
Ember.getOwner(store).register('model: modelName', DS.Model.extend(attributes));It seems this addon need the actual files for models to be bale to create the models. Is there anyway around that?
Is there anyway to add them into the store which ember-admin use at the same time ?