Skip to content

Commit

Permalink
Default to ObjectController instead of Object
Browse files Browse the repository at this point in the history
  • Loading branch information
santana committed Dec 14, 2009
1 parent 7c6969b commit dc23c3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gen/controller/templates/controllers/@filename@.js
Expand Up @@ -10,7 +10,7 @@
@extends <%= base_class_name || 'SC.Object' %>
*/
<%= namespace_instance_name %> = <%= base_class_name || 'SC.Object' %>.create(
<%= namespace_instance_name %> = <%= base_class_name || 'SC.ObjectController' %>.create(
/** @scope <%= namespace_instance_name %>.prototype */ {

// TODO: Add your own code here.
Expand Down

0 comments on commit dc23c3e

Please sign in to comment.