Displaying 1 result from an estimated 1 matches for "process_log_in".
2006 Jul 30
1
custom routing in simply_restful
Is there information on how I can define custom paths/actions other than
these:
/users/new GET new
/users/id;edit GET edit
so for example I can have my own:
/users/log_in GET log_in
/users/id;process_log_in GET process_log_in
So far I cannot find any documentations on these at all.
--
Posted via http://www.ruby-forum.com/.