I’ve got Ruby on Rails and Apache. I’m trying to understand someone
else’s Ruby code which is below. I don’t know how the “info_path” -link
works on the net. The link does go to some other site, but I don’t know
how it works. Any suggestions?
I’ve got Ruby on Rails and Apache. I’m trying to understand someone
else’s Ruby code which is below. I don’t know how the “info_path” -link
works on the net. The link does go to some other site, but I don’t know
how it works. Any suggestions?
Find the app/config/routes.rb file and read through that for where the
info path is setup…
For a global roadmap of the app, from the app root, run
rake routes >routes.lst
Then look at that file for a clear delineation of all the routing that
is built into the application