Hi,
does map.resources accept more than one :has_many ?
there seems to be a path helper only for the last one (eg abc_bar_path)
map.resources :abc,
:has_one => :user,
:has_many => :foo,
:has_many => :bar
if so, is this a bug?
(the abc_user_path helper is not overwritten tho)
linoj