adds admin interface for poll questions

This commit is contained in:
rgarcia
2016-11-17 09:30:42 +01:00
parent bd1a0cf1ff
commit d9ad658758
19 changed files with 263 additions and 29 deletions

View File

@@ -25,6 +25,7 @@ Setting.create(key: 'url', value: 'http://localhost:3000')
Setting.create(key: 'org_name', value: 'Consul')
Setting.create(key: 'place_name', value: 'City')
Setting.create(key: 'feature.debates', value: "true")
Setting.create(key: 'feature.polls', value: "true")
Setting.create(key: 'feature.spending_proposals', value: "true")
Setting.create(key: 'feature.spending_proposal_features.voting_allowed', value: "true")
Setting.create(key: 'feature.twitter_login', value: "true")