Skip to content

Instantly share code, notes, and snippets.

View swquinn's full-sized avatar

Sean Quinn swquinn

View GitHub Profile

Keybase proof

I hereby claim:

  • I am swquinn on github.
  • I am swquinn (https://keybase.io/swquinn) on keybase.
  • I have a public key ASAdHhf3dNakPa0qew3V7tRhYCbOdkeUd-GMokbGyJjlTwo

To claim this, I am signing this object:

@swquinn
swquinn / controllers.application.js
Last active October 8, 2016 19:53
Initial Value Presence Changeset Validation
import Ember from 'ember';
export default Ember.Controller.extend({
appName: 'Ember Twiddle'
});