Skip to content

Commit

Permalink
ember sets up error controller with model by default
Browse files Browse the repository at this point in the history
  • Loading branch information
ianwdunlop committed Jul 22, 2015
1 parent a816f8c commit f291021
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/assets/javascripts/routes.js
Original file line number Diff line number Diff line change
Expand Up @@ -129,9 +129,9 @@ App.ApplicationRoute = Ember.Route.extend({
//});
App.ErrorRoute = Ember.Route.extend({

setupController: function(controller, model, params) {
controller.set('model', model);
}
// setupController: function(controller, model, params) {
// controller.set('model', model);
// }

});

Expand Down

0 comments on commit f291021

Please sign in to comment.