Merge branch 'master' into dashboard

This commit is contained in:
decabeza
2019-03-26 16:45:48 +01:00
2476 changed files with 62613 additions and 84405 deletions

View File

@@ -30,7 +30,7 @@ namespace :moderation do
resources :administrator_tasks, only: %i[index edit update]
resources :budget_investments, only: :index, controller: 'budgets/investments' do
resources :budget_investments, only: :index, controller: "budgets/investments" do
put :hide, on: :member
put :moderate, on: :collection
end