Calculates SP.total_votes using physical_votes
This commit is contained in:
@@ -100,7 +100,7 @@ class SpendingProposal < ActiveRecord::Base
|
||||
end
|
||||
|
||||
def total_votes
|
||||
cached_votes_up
|
||||
cached_votes_up + physical_votes
|
||||
end
|
||||
|
||||
def code
|
||||
|
||||
Reference in New Issue
Block a user