Hello Rudi, I've got an answer form the german forum:
The solution from Thomas Baustert, project_iteration_task_path(task.iteration.project, task.iteration, task) and it works fine:-) I only wanted to generate better readable URLS like: http://localhost:3000/projects/2/iterations/36/tasks/140 When I used map.resources :projects, :has_many => [ :iterations] map.resources :iterations, :has_many => [ :tasks] the same URL for tasks looked like this: http://localhost:3000/iterations/36/tasks/140 but there is no conclusion to the project_id. Thank you for your answer Regs, Herman -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ 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 [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---

