removes duplicate code

This commit is contained in:
rgarcia
2016-07-27 13:05:00 +02:00
parent 464673a7aa
commit 7d34621c1c
3 changed files with 0 additions and 101 deletions

View File

@@ -84,12 +84,6 @@ Rails.application.routes.draw do
end
end
scope module: :budget do
resources :budgets do
resources :investments, only: [:index]
end
end
resources :stats, only: [:index]
resources :legislations, only: [:show]