adds max_votes_for_proposal_edit to Settings

This commit is contained in:
Juanjo Bazán
2015-09-12 12:38:12 +02:00
parent 68e58f492b
commit 9c9d2c2ea8
4 changed files with 8 additions and 2 deletions

View File

@@ -14,3 +14,6 @@ Setting.create(key: 'official_level_5_name', value: 'Alcaldesa')
# Max percentage of allowed anonymous votes on a debate
Setting.create(key: 'max_ratio_anon_votes_on_debates', value: '50')
# Max votes where a proposal is still editable
Setting.create(key: 'max_votes_for_proposal_edit', value: '1000')