Skip to content

Instantly share code, notes, and snippets.

App = Ember.Application.create();
App.Store = DS.Store.extend({
revision: 12,
adapter: DS.RESTAdapter.extend({
url: 'http://krishnayallapanthula.com/posts'
})
});
App.Router.map(function(){
this.resource('posts', function(){