Activates budget setting in dev_seeds

This commit is contained in:
kikito
2016-06-03 18:31:05 +02:00
parent 9f3b99f0a6
commit d57a6c510f

View File

@@ -26,6 +26,7 @@ Setting.create(key: 'place_name', value: 'City')
Setting.create(key: 'feature.debates', 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.budgets', value: "true")
Setting.create(key: 'feature.twitter_login', value: "true")
Setting.create(key: 'feature.facebook_login', value: "true")
Setting.create(key: 'feature.google_login', value: "true")