I have a RoR application using the restful authentication plugin. Unfortunately I haven't figured out yet how to get back to my index site after using it. Whenever I log in, log out or register a new user I get back to http://127.0.0.1:3000/ instead of http://127.0.0.1:3000/project_path
I have a RoR application using the restful authentication plugin. Unfortunately I haven't figured out yet how to get back to my index site after using it. Whenever I log in, log out or register a new user I get back to http://127.0.0.1:3000/ instead of http://127.0.0.1:3000/project_path
Is there any way to change this?
Thanks for your help!
Erich
First you have to check out the routes file in the config folder bcoz all the mapping in the MVC are done from there. you should map the controller and its action according to your project's objective. you can also view my following website which is developed using RoR. http://www.orangegigs.com
First you have to check out the routes file in the config folder bcoz all the mapping in the MVC are done from there. you should map the controller and its action according to your project's objective. you can also view my following website which is developed using RoR. http://www.orangegigs.com