Add local census importations controller

This commit is contained in:
Senén Rodero Rodríguez
2019-05-16 11:45:04 +02:00
committed by Javi Martín
parent 615bfadca8
commit 9b5f5e653a
13 changed files with 151 additions and 0 deletions

View File

@@ -257,4 +257,7 @@ namespace :admin do
get "/change_log/:id", to: "budget_investments#show_investment_log", as: "change_log"
resources :local_census_records
namespace :local_census_records do
resources :imports, only: [:new, :create, :show]
end
end