STI and routing

Hello all,

I have a main model Article, which is subclassed by several others like so:

If you name the route you would...

like: map.music ':section/:subsection/:id', :controller =>music', :action => 'show'

then you could use music_url (:action=>'whatever', :section=>'section', :subsection=>'subsection', :id=>1)

Thanks Wally. Think this could work...