Leading character stripped off of API call
问题 I am attempting to setup a REST model and have a problem that is completely befuddling me: the API call that is generated seems to remove the first letter of the model and therefore is unable to retrieve the data (gets 404 error). I start by setting up the store: App.Store = DS.Store.extend({ revision: 11, adapter: DS.RESTAdapter.reopen({ namespace: 'api/admin' }) }); Then I setup a model (which is referred to as "dbx_tables" on the REST service: App.dbxTable = DS.Model.extend({ name: "string