Post Will Not Persist to Database

saw your post in the other thread

In your route, why do you call the following?

I’d assume at this point you want to load your libraries into the model of this route? So it would be:

this.get(‘store’).findAll(‘library’);

Is your route named library or libraries? If it’s library the transition wont work because you try to transition to libraries, but I think this would throw an error

Which version of EmberJS/Ember Data are you using?

To the willTransition Event, maybe this might help:

http://emberjs.com/api/classes/Ember.Route.html#event_willTransition