fixes conflicts

This commit is contained in:
rgarcia
2015-09-14 16:46:00 +02:00
21 changed files with 87 additions and 59 deletions

View File

@@ -108,7 +108,7 @@ class Proposal < ActiveRecord::Base
end
def self.votes_needed_for_success
53726
Setting.value_for('votes_for_proposal_success').to_i
end
protected