fixes spacing

This commit is contained in:
rgarcia
2015-08-16 22:45:43 +02:00
parent 57530926a1
commit bea38226fe
17 changed files with 72 additions and 72 deletions

View File

@@ -15,7 +15,7 @@ class User < ActiveRecord::Base
def debate_votes(debates)
voted = votes.for_debates.in(debates)
voted.each_with_object({}) { |v,_| _[v.votable_id] = v.value }
voted.each_with_object({}) { |v, _| _[v.votable_id] = v.value }
end
def administrator?