Now I have routing set up like this.
resources :communities do
resources :community_topics
end
But I want routing like this
communities/32435/topics/745
Yes, I’d like to use ‘topics’ instead of community_topics
Can anyone show me how I can archive this?
The doc for resources is here