Skip to content

Instantly share code, notes, and snippets.

Keybase proof

I hereby claim:

  • I am splattne on github.
  • I am splattne (https://keybase.io/splattne) on keybase.
  • I have a public key whose fingerprint is 0733 FF51 3C9C 0016 D403 DEDE 1344 B395 0873 C204

To claim this, I am signing this object:

@splattne
splattne / adapters.application.js
Last active August 10, 2016 11:22
references-bug
import DS from "ember-data";
export default DS.JSONAPIAdapter.extend();
import Ember from 'ember';
export default Ember.Controller.extend({
appName: 'Ember Twiddle'
});