Merge pull request #4993 from consul/refactor_public_polls

Refactor and simplify public polls views
This commit is contained in:
Senén Rodero
2022-10-18 13:24:44 +02:00
committed by GitHub
29 changed files with 398 additions and 321 deletions

View File

@@ -146,8 +146,7 @@ section "Creating Poll Voters" do
document_number: user.document_number,
user: user,
poll: poll,
origin: "web",
token: SecureRandom.hex(32))
origin: "web")
end
def randomly_answer_questions(poll, user)