started working on budget manatement

This commit is contained in:
kikito
2016-09-09 16:57:16 +02:00
parent a69475bf99
commit 2bc9e7be78
15 changed files with 439 additions and 3 deletions

View File

@@ -282,6 +282,11 @@ Rails.application.routes.draw do
post :vote, on: :member
get :print, on: :collection
end
resources :budget_investments, only: [:index, :new, :create, :show] do
post :vote, on: :member
get :print, on: :collection
end
end
if Rails.env.development?