Revert "ember-cli 0.2.5"

Will look at this later

This reverts commit 7a24962d30.
This commit is contained in:
Matthew Dillon 2015-05-29 15:45:46 -08:00
parent 7a24962d30
commit 20765e5dac
7 changed files with 19 additions and 22 deletions

View file

@ -9,6 +9,7 @@ Ember.MODEL_FACTORY_INJECTIONS = true;
App = Ember.Application.extend({
modulePrefix: config.modulePrefix,
podModulePrefix: config.podModulePrefix,
Resolver: Resolver
});