adds admin interface for poll questions
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user