Skip to content

Commit

Permalink
Fix template path.
Browse files Browse the repository at this point in the history
  • Loading branch information
patr1ck committed May 7, 2012
1 parent f9f1777 commit 55432c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/generators/templates/view.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<%= application_name.camelize %>.<%= class_name.camelize %>View = Ember.View.extend({
templateName: 'ember/templates/<%= controller_name.camelize(:lower) %>/<%= class_name.underscore %>',
templateName: '<%= controller_name.camelize(:lower) %>/<%= class_name.underscore %>',
controller: <%= application_name.camelize %>.<%= controller_name.camelize(:lower) %>Controller
});

0 comments on commit 55432c8

Please sign in to comment.