2017-07-07 30 views

回答

1

可以代替試試這個:

resources :structures, except: :edit do 
    get '/edit/:doctype' => :edit 
end 

你試圖使用的語法是爲了與on: (new|member|collection)使用。 edit在這裏不是一個有效的選項。

相關問題