Skip to content

Commit

Permalink
Default controller generator to Ember.Controller
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom Dale committed Jul 22, 2012
1 parent 04c1738 commit 55a340c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/generators/templates/controller.js
@@ -1,4 +1,4 @@
<%= application_name.camelize %>.<%= class_name %>Controller = Ember.ObjectController.extend({
<%= application_name.camelize %>.<%= class_name %>Controller = Ember.Controller.extend({
// Implement your controller here.
});

0 comments on commit 55a340c

Please sign in to comment.