> -----Original Message-----
> From: [email protected] [mailto:rubyonrails-
> [email protected]] On Behalf Of CiriusMex
> Sent: Thursday, April 09, 2009 11:36 AM
> To: Ruby on Rails: Talk
> Subject: [Rails] map.connect '' doesn't work
> 
> 
> Hi, got a problem with the map.connect '' in my website (I don't know
> much of routes as I never really checked it).
> Ok so I just want to redirect automaticaly the users to my index page
> when they get to the site. So the idea is that using the address
> "http://localhost:3000"; using a route the user get to "http://
> localhost:3000/dentistManager".
> 
> In my routes.rb I added:
> map.connect '', :controller => 'dentistmanager', :action => "index"

Change to:

map.root :controller => 'dentistmanager', :action => "index"

Brandon


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to