diff --git a/db/seeds.rb b/db/seeds.rb index a5d8537db..a5901e69f 100644 --- a/db/seeds.rb +++ b/db/seeds.rb @@ -60,6 +60,7 @@ Setting["place_name"] = "Consul-land" # Feature flags Setting['feature.debates'] = true Setting['feature.spending_proposals'] = true +Setting['feature.polls'] = true Setting['feature.twitter_login'] = true Setting['feature.facebook_login'] = true Setting['feature.google_login'] = true