diff --git a/config/routes.rb b/config/routes.rb index bcc6b7b84..efbd26686 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -73,6 +73,9 @@ Rails.application.routes.draw do resources :investments, controller: "budgets/investments", only: [:index, :new, :create, :show, :destroy] do member { post :vote } end + resource :ballot, only: :show do + resources :lines, controller: "budgets/ballot/lines", only: [:create, :destroy] + end end scope '/participatory_budget' do