Create LocalCensusRecords index page

* Create admin controller and routes
* Add pagination
* Add search by document_number
* Add EN and ES translations
* Add index specs
* Add missing model specs
This commit is contained in:
Senén Rodero Rodríguez
2019-05-08 13:13:33 +02:00
committed by Javi Martín
parent 76400a8c23
commit f071ca6cb5
11 changed files with 239 additions and 0 deletions

View File

@@ -255,4 +255,6 @@ namespace :admin do
put 'download_settings/:resource', to: 'download_settings#update', as: 'update_download_settings'
get "/change_log/:id", to: "budget_investments#show_investment_log", as: "change_log"
resources :local_census_records
end