我正在研究一個新的rails應用程序,並發現了這種情況。我需要多個資源中的相同路線,但我不想重複相同的路線。 有什麼辦法乾涸這個 resources :contacts do
collection do
post :associate
delete :remove
end
end
resources :doctors do
collection
首先,我很抱歉壞頭銜,但我不知道什麼是合適的。我正在爲以下塊尋找更好的語法,以便我不重複自己。 self.rulerMajorTickLabel和self.rulerMinorTickLabel可以是真或假 self.rulerMajorTickWidth和self.rulerMinorTickWidth只能是正浮點數 if self.rulerMajorTickLabel and self.ru
可以說我有三個列表,我需要遍歷它們並做一些內容。 這三個列表是streaks_0,streaks_1和streaks_2。對於每個列表,我需要使用特定於每個列表的不同值。例如,streak_0_num0s在streaks_1 for循環中將不起作用。 有沒有辦法讓這三個循環成爲一個或至少一個方法來清理呢? for number in streaks_0:
if number == 0: