Skip to content

Instantly share code, notes, and snippets.

View kylenathan's full-sized avatar

Kyle Nathan kylenathan

  • Lion Enterprises Ltd
  • Windsor, UK
View GitHub Profile
### Keybase proof
I hereby claim:
* I am kylenathan on github.
* I am kylenathan (https://keybase.io/kylenathan) on keybase.
* I have a public key whose fingerprint is 8C51 DC31 71E9 55FA 84A8 B680 EFEB 24A2 B62B B8F2
To claim this, I am signing this object:
App.CreateUserRoute = Em.Route.extend({
transaction: null,
model: function() {
this.transaction = App.store.transaction();
return this.transaction.createRecord(App.User);
},