When using scaffolding in Ruby on Rails to build my controller, the scaffold is not adding a map.resource to the routes.rb file. I am having to do this manually to get the view to work. I'm merely following the blog demo they have you create in the tutorial so I'm not doing anything fancy. Shouldn't the scaffold be adding this automatically? As a side-note I'm running in 64 bit windows 7.
Here is the command I am running to create a controller:
c:\myfolder>ruby script/generate model Comment commenter:string body:text post:references