map.resources :trackables map.resources :activities, :controller => ''trackables'' I want my trackables_controller to handle activities request. The above accomplishes the route, but does not allow for the trackables_controller to distinguish between the type types of requests. Regular routes allow you to use tack on another value like: map.connect "activities", :controller => ''trackables'', :action => ''index'', :activity => true which will allow you to reference params[:activity] in the trackables_controller. I have not found a way to do this with map.resources. Ryan --~--~---------~--~----~------------~-------~--~----~ 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-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---