diff --git a/app/controllers/admin/poll/polls_controller.rb b/app/controllers/admin/poll/polls_controller.rb index 2a7c1e730..98d74d24f 100644 --- a/app/controllers/admin/poll/polls_controller.rb +++ b/app/controllers/admin/poll/polls_controller.rb @@ -5,6 +5,7 @@ class Admin::Poll::PollsController < Admin::BaseController end def show + @poll = Poll.includes(:questions, :booths, :officers).find(params[:id]) end def new