From d57a6c510ffc75fc473f596afc116d6701e8b686 Mon Sep 17 00:00:00 2001 From: kikito Date: Fri, 3 Jun 2016 18:31:05 +0200 Subject: [PATCH] Activates budget setting in dev_seeds --- db/dev_seeds.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/db/dev_seeds.rb b/db/dev_seeds.rb index f009b24f9..492f1efca 100644 --- a/db/dev_seeds.rb +++ b/db/dev_seeds.rb @@ -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")