So I've followed instructions here http://edgycircle.com/blog/2014-using-fixtures-in-combination-with-ember-cli/
However, what isn't clear to me is where to specify to use the DS.FixtureAdapter.extend();
I tried placing it in app/adapters/application.js, but no go:
export default DS.FixtureAdapter.extend();
How do I set things up to use fixtures when using ember-cli?