"rails generate" creates new "generate" project ?
- by Marco
Running the command generates new rails projects:
$ rails generate controller home index
The above will create four new rails projects: generate, controller, home, and index\
Why is this happening?
I'm using rails (2.3.5)