PDA

View Full Version : routes.rb


rubyonrails-talk
August 27th, 2006, 06:51 PM
Hello, them story a little the mess that I must with the redirects to
see if they can advise to me. Thanks.
I have 3 controllers
- admin/users
- admin/contents
- login
map.with_options( :controller => 'login' ) do | a |
a.admin 'admin'
a.users 'admin/users', :action => 'index'

More... (http://groups.google.com/group/rubyonrails-talk/msg/cf953404721e183e)