diff --git a/config/routes.rb b/config/routes.rb index 8c049f6d..a05298c6 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -57,7 +57,7 @@ RedmineApp::Application.routes.draw do ## oauth相关 get :publish_success, on: :collection end - resources :project_packages, :path => "crowdsourcing", only: [:index, :show, :new, :edit, :destroy] do + resources :project_packages, only: [:index, :show, :new, :edit, :destroy] do get :apply_success, on: :member end