Hi,
I am new to this ruby on rails talk. and also fairly new to rails. As
i was working on controller i had faced a new problem. I created a
controller like
script/server generate controller Home::hello index
and one more controller like
script/server generate controller Home hello
and their respective view pages
my question is when i type the url like http://localhost/home/hello
why is the action inside the first controller is always called and if
i want to call the action of my second controller what do i need to
type in the url
Thanks in Advance
Vinay