In rails 0.9.5, generators/scaffold_generator.rb, on line 11, it appears that the user-supplied class name is being pluralized, whereas other generators (e.g. controller) don't pluralize the class name. Which behavior is right/best? Should scaffold_generator.rb be fixed or should the others be brought into conformity with it? Thanks, Carl