If I created a route like this
map.about '/about', :controller => 'pages', :action => 'about

And then added this to a different page
<%= link_to "About", about_url %>

And decided to change my route to
map.resources :about

the link to no longer works.

What am I doing wrong?

--

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-t...@googlegroups.com.
To unsubscribe from this group, send email to 
rubyonrails-talk+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en.


Reply via email to