Hi, 

if in rails 2.3 we can use this syntax
map.connect ' ', :controller => 'people', :action => 'action'

the result it will simplify from 
http://localhost:3000/people/action to http://localhost:3000/

but in rails 3.2, we can't use map.connect right?
i try to use :
match ' people/action ' => ' people # action ',  as: 'shows'

the result, it just only generate for paths and url.. the url still the 
same...

do anyone know how to do it??

Thank..

-- 
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 rubyonrails-talk@googlegroups.com.
To unsubscribe from this group, send email to 
rubyonrails-talk+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msg/rubyonrails-talk/-/iVoZBabLfpkJ.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to