Skip to content

Commit f291021

Browse files
committed
ember sets up error controller with model by default
1 parent a816f8c commit f291021

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

app/assets/javascripts/routes.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -129,9 +129,9 @@ App.ApplicationRoute = Ember.Route.extend({
129129
//});
130130
App.ErrorRoute = Ember.Route.extend({
131131

132-
setupController: function(controller, model, params) {
133-
controller.set('model', model);
134-
}
132+
// setupController: function(controller, model, params) {
133+
// controller.set('model', model);
134+
// }
135135

136136
});
137137

0 commit comments

Comments
 (0)