Open allthesignals opened 8 years ago
@allthesignals are you trying to integrate it into your project, or just running the dummy app? Any chance you can upload an example project to github and link me so I can reproduce your issue? All you should need to do is ember install
the addon, and ember-cli will automatically take care of merging the files so that the models are available.
@allthesignals I've updated this addon for Ember-Data 2.x, hopefully that will fix your issues? I'll release something this week, but feel free to try master
in the meantime.
I'm seeing:
Error while processing route: blog No model was found for 'tumblr-post-text' Error: No model was found for 'tumblr-post-text'
Debug information:
Thoughts? Do I need to modify my ember-cli-build.js file to include the library?