From 7d3cb112acf7cb7e76301e882ac4da925864f6ef Mon Sep 17 00:00:00 2001 From: rgarcia Date: Tue, 20 Dec 2016 12:21:23 +0100 Subject: [PATCH] updates seeds --- db/seeds.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/db/seeds.rb b/db/seeds.rb index 1607a0aff..0b256d018 100644 --- a/db/seeds.rb +++ b/db/seeds.rb @@ -64,6 +64,7 @@ Setting['feature.twitter_login'] = true Setting['feature.facebook_login'] = true Setting['feature.google_login'] = true Setting['feature.public_stats'] = true +Setting['feature.signatures'] = true # Spending proposals feature flags Setting['feature.spending_proposal_features.voting_allowed'] = true