Skip to content

Instantly share code, notes, and snippets.

@simonjefford
Created January 8, 2015 13:44
import Ember from 'ember';
export default Ember.Route.extend({
renderTemplate: function() {
this.render('loading');
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment