adds spending proposal show for valuator and admin

This commit is contained in:
Juanjo Bazán
2016-02-18 18:54:49 +01:00
committed by Juanjo Bazán
parent 009733a43b
commit 11d6d0b6d6
5 changed files with 17 additions and 8 deletions

View File

@@ -69,7 +69,7 @@ Rails.application.routes.draw do
end
end
resources :spending_proposals, only: [:index, :new, :create]
resources :spending_proposals, only: [:index, :new, :create, :show]
resources :stats, only: [:index]