Skip to content

Commit

Permalink
fix small typo
Browse files Browse the repository at this point in the history
  • Loading branch information
phocke committed Sep 21, 2012
1 parent cf88956 commit eaed4eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.rdoc
Expand Up @@ -360,7 +360,7 @@ If you need to configure any of these belongs to, you can nest them using blocks

Warning: calling several belongs_to is the same as nesting them:

class CommentsConroller < InheritedResources::Base
class CommentsController < InheritedResources::Base
belongs_to :project
belongs_to :task
end
Expand Down

0 comments on commit eaed4eb

Please sign in to comment.