Little question about RESTful Rails

I think you might try:    map.connect 'party/ organisator', :controller=>'party_organisator', :action=>'index'

(Look at the comments at the top of your routes.rb file.)