Remove non-existent action in management routes
This commit is contained in:
@@ -38,7 +38,7 @@ namespace :management do
|
||||
get :print_investments
|
||||
end
|
||||
|
||||
resources :investments, only: [:index, :new, :create, :show, :destroy], controller: "budgets/investments" do
|
||||
resources :investments, only: [:index, :new, :create, :show], controller: "budgets/investments" do
|
||||
get :print, on: :collection
|
||||
|
||||
resources :votes, controller: "budgets/investments/votes", only: [:create, :destroy]
|
||||
|
||||
Reference in New Issue
Block a user