Merge branch 'master' into poll-shifts-search-officers

This commit is contained in:
BertoCQ
2017-09-11 00:07:12 +02:00
committed by GitHub
17 changed files with 117 additions and 54 deletions

View File

@@ -30,6 +30,11 @@ class Admin::Poll::BoothsController < Admin::BaseController
end
end
def available
@booths = Poll::Booth.available.order(name: :asc).page(params[:page])
render :index
end
private
def booth_params