Skip to content

Instantly share code, notes, and snippets.

@mattd
Created August 29, 2012 22:34
Show Gist options
  • Save mattd/3519768 to your computer and use it in GitHub Desktop.
Save mattd/3519768 to your computer and use it in GitHub Desktop.
var App = require('app');
App.BaseModel = DS.Model.extend({
primaryKey: 'key'
});
App.BaseModel.reopenClass({
url: function () {
return '/api';
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment