Hello,

Why does:

*$ rails g controller project*
Generates *app/controllers/project_controller.rb*

and

*$ rails g scaffold_controller project*
Generates *app/controllers/projects_controller.rb* and *app/views/projects/*
?

With scaffold_controller there is even the following message at the end:
"Plural version of the model detected, using singularized version. Override
with --force-plural."

Using singularized version? What? Which model is he talking about? There are
no models in my (dummy) application.


Thanks for the attention,
--
Fernando Brito

-- 
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en.

Reply via email to