Renames @voted_values to @debate_votes in controllers

This commit is contained in:
kikito
2015-09-01 13:07:03 +02:00
parent 005fd4c09a
commit 9a071d2ed7
3 changed files with 6 additions and 6 deletions

View File

@@ -68,7 +68,7 @@ class ApplicationController < ActionController::Base
end
def set_debate_votes(debates)
@voted_values = current_user ? current_user.debate_votes(debates) : {}
@debate_votes = current_user ? current_user.debate_votes(debates) : {}
end
def ensure_signup_complete