creates polling officers from admin

This commit is contained in:
rgarcia
2016-09-14 13:53:35 +02:00
parent 76cd435808
commit c9b8a58e3f
19 changed files with 216 additions and 2 deletions

View File

@@ -177,6 +177,12 @@ Rails.application.routes.draw do
get :search, on: :collection
end
namespace :poll do
resources :officers, only: [:index, :create, :destroy] do
get :search, on: :collection
end
end
resources :verifications, controller: :verifications, only: :index do
get :search, on: :collection
end