Add Poll booth_assignments and :Poll::BoothAssignment manage routes, actions and views

This commit is contained in:
Bertocq
2017-10-19 19:27:26 +02:00
parent 3daf957813
commit 45d91a7e50
9 changed files with 64 additions and 4 deletions

View File

@@ -45,6 +45,10 @@ class Admin::Poll::BoothAssignmentsController < Admin::Poll::BaseController
redirect_to admin_poll_booth_assignments_path(@booth_assignment.poll_id), notice: notice
end
def manage
@booths = ::Poll::Booth.all
end
private
def load_booth_assignment