I can account for pluralisation using:
DS.RESTAdapter.configure("plurals", {
query: "queries"
});
but I need to append '.json' to all of the routes that are being generated as the API I am working with throws an error if this does not happen. Struggling to find documentation on ember-data, what's the best way to do this?