Skip to content

Instantly share code, notes, and snippets.

@thokra
Created September 2, 2013 18:19
Show Gist options
  • Save thokra/6415722 to your computer and use it in GitHub Desktop.
Save thokra/6415722 to your computer and use it in GitHub Desktop.
App = window.App = Ember.Application.create()
DS.RESTAdapter.reopen
host: "http://localhost:4567"
App.Store = DS.Store.extend
adapter: DS.RESTAdapter
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment