adds participatory_budget scope

This commit is contained in:
rgarcia
2016-02-21 20:57:24 +01:00
parent 51a974d97f
commit a95fb75103

View File

@@ -66,7 +66,9 @@ Rails.application.routes.draw do
end
end
resources :spending_proposals, only: [:index, :new, :create, :show]
scope '/participatory_budget' do
resources :spending_proposals, only: [:index, :new, :create, :show]
end
resources :stats, only: [:index]