Add budget/investments#json_data method

This commit is contained in:
María Checa
2018-03-09 17:44:51 +01:00
parent cd1a0548ba
commit 535a96603a
2 changed files with 21 additions and 3 deletions

View File

@@ -17,3 +17,5 @@ scope '/participatory_budget' do
post :vote, on: :member
end
end
get 'investments/:id/json_data', to: :json_data, controller: 'budgets/investments'