Ron Green wrote:
> The correct answer is:
> 
> map.resources :pages, :collection => {:home => :get, :about
> => :get, :contact => :get }
> 
> and then the link_to becomes:
> 
> <%= link_to 'About', about_pages_path%>

This is a bit of a perversion of map.resources.  You probably want to 
just consider this :controller/:action (which the default routes already 
provide).

[Please don't top-post.]

Best,
-- 
Marnen Laibow-Koser
http://www.marnen.org
mar...@marnen.org
-- 
Posted via http://www.ruby-forum.com/.

--

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