Skip to content

Instantly share code, notes, and snippets.

@ulisesrmzroche
Created December 20, 2014 09:26
Show Gist options
  • Save ulisesrmzroche/1d7ef9ba672c9a02a183 to your computer and use it in GitHub Desktop.
Save ulisesrmzroche/1d7ef9ba672c9a02a183 to your computer and use it in GitHub Desktop.
import Ember from "ember";
export default Ember.Route.extend({
model: function(){
return this.store.createRecord('user');
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment