有沒有更少的冗餘方式來做到這一點?有什麼辦法可以簡化嵌套的命名空間資源?
resources :tournaments do
resources :commitments, controller: "tournaments/commitments"
resources :constraints, controller: "tournaments/constraints"
resources :entries, controller: "tournaments/entries"
resources :buildings, controller: "tournaments/buildings" do
resources :rooms, controller: "tournaments/buildings/rooms"
end
end
你問11個問題,並接受他們沒有:當你需要的名字空間,就像
您一般只使用你的控制器目錄。請接受關於這些問題的正確答案 - 人們會更願意提供幫助。 ..如果你這樣做,在這裏回覆我,我會幫你組織你的控制器。 – 2011-06-13 13:37:27
對不起,我沒有意識到這是一個選項...我現在回去做這件事。 – tanman 2011-06-15 02:04:28