Starts introducing valid answers to poll questions

This commit is contained in:
kikito
2016-10-31 16:31:48 +01:00
parent 1aab780592
commit 575aa62960
4 changed files with 17 additions and 4 deletions

View File

@@ -7,7 +7,7 @@ class PollsController < ApplicationController
end
def show
@questions = @poll.questions.sort_for_list.for_render
end
end