search for: a4803395

Displaying 1 result from an estimated 1 matches for "a4803395".

Did you mean: 480339
2006 Jun 09
3
routes & methods in controllers
still a newbie in rails so bear with me on this one new test app.... rails test generate controller main i add a layout view for main/index & its working ok i set the routes as follows map.connect '''', :controller => "Main" the above is the only route thats active in the MainController i add in a new method "about" with a simple render_text