Skip to content

Instantly share code, notes, and snippets.

@ulisesrmzroche
Created December 20, 2014 06:39
Show Gist options
  • Save ulisesrmzroche/7b97702a2bee7ab86956 to your computer and use it in GitHub Desktop.
Save ulisesrmzroche/7b97702a2bee7ab86956 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