i am having a strange problem with generating a scaffold.
everything is pluralized.
for example, if i do a script/generate scaffold Admin ( the example in
my book )
instead of admin_controller.rb i get admins_controller.rb
instead of /app/views/admin i get /app/views/admins
is there a configuration setting that i am missing ?
ok, well, is this something i should do ? should i go with the table
names pluralized instead of not.
I mean, if pluralization is by design, should i change that ?