turns on polls feature by default in seeds.rb

This commit is contained in:
Juanjo Bazán
2016-12-02 14:26:51 +01:00
parent 6d1aca4d67
commit 17a4a781bd

View File

@@ -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