Hi,I don't know if this is a Hobo quirk or a Rails one, but has anyone else tried to do the following:
hobo g controller MyModel # singular not pluraland get all confused because things "half worked"? It generates the correct routes (in the singular) and the correct navbar label (pluralized!, but not clickable), but it takes a while for it to dawn on me that I forget to pluralize the model when creating the controller. I wonder how many other people have been tripped up by this.
Would it make sense that the first thing that the hobo controller generator does is to pluralize the controller name? Note that the generator already accepts multiple equivalent forms for the controller name: MyModels and my_models, Admin::MyModels and admin/my_models (which it singularizes when creating the controller file name).
Henry -- Henry Baragar Instantiated Software Inc. http://www.instantiated.ca
<<attachment: Henry_Baragar.vcf>>
smime.p7s
Description: S/MIME Cryptographic Signature
