From 0d6e5eebcbb161d3caae26e1bd51a841f4066f4f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juanjo=20Baz=C3=A1n?= Date: Mon, 8 Feb 2016 14:13:15 +0100 Subject: [PATCH] flags public stats as a default feature --- db/seeds.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/db/seeds.rb b/db/seeds.rb index 659b3b2c0..fb4f26b8b 100644 --- a/db/seeds.rb +++ b/db/seeds.rb @@ -56,3 +56,4 @@ Setting['feature.spending_proposals'] = true Setting['feature.twitter_login'] = true Setting['feature.facebook_login'] = true Setting['feature.google_login'] = true +Setting['feature.public_stats'] = true