Fix dev_seeds

This commit is contained in:
Alberto Miedes Garcés
2017-01-07 21:58:29 +01:00
parent f467bb64c7
commit 1e95cdfce3

View File

@@ -15,9 +15,9 @@ Setting.create(key: 'proposal_code_prefix', value: 'MAD')
Setting.create(key: 'votes_for_proposal_success', value: '100')
Setting.create(key: 'months_to_archive_proposals', value: '12')
Setting.create(key: 'comments_body_max_length', value: '1000')
Settings.create(key: 'debate_api_votes_threshold', value: '150')
Settings.create(key: 'proposal_api_votes_threshold', value: '150')
Settings.create(key: 'comment_api_votes_threshold', value: '30')
Setting.create(key: 'debate_api_votes_threshold', value: '2')
Setting.create(key: 'proposal_api_votes_threshold', value: '2')
Setting.create(key: 'comment_api_votes_threshold', value: '2')
Setting.create(key: 'twitter_handle', value: '@consul_dev')
Setting.create(key: 'twitter_hashtag', value: '#consul_dev')