I am new to Rails and am just implementing some basic applications. Just starting on my second app and have run into what is a basic problem, but Google is yielding me nothing.
find “config/routes.rb” file, edit, Locate the following line:
# See how all your routes lay out with "rake routes"
In this line add the following line, as follows:
map.connect '',:controller=>"index",:action=>"index"