Complete booth assignment view list without actions yet

This commit is contained in:
Bertocq
2017-10-19 20:10:51 +02:00
parent c52c0a5452
commit f8839434f7
5 changed files with 44 additions and 8 deletions

View File

@@ -47,6 +47,7 @@ class Admin::Poll::BoothAssignmentsController < Admin::Poll::BaseController
def manage
@booths = ::Poll::Booth.all
@poll = Poll.find(params[:poll_id])
end
private