Model not Found (Ember App Kit)

in EAK the global namespace should not be used to storing classes, instead you want to allow the resolver to resolve them by convention. in EAK that would be the module system/ file system.

FixtureAdapter in EAK (the todo mvc example)