turns on polls feature by default in seeds.rb
This commit is contained in:
@@ -60,6 +60,7 @@ Setting["place_name"] = "Consul-land"
|
|||||||
# Feature flags
|
# Feature flags
|
||||||
Setting['feature.debates'] = true
|
Setting['feature.debates'] = true
|
||||||
Setting['feature.spending_proposals'] = true
|
Setting['feature.spending_proposals'] = true
|
||||||
|
Setting['feature.polls'] = true
|
||||||
Setting['feature.twitter_login'] = true
|
Setting['feature.twitter_login'] = true
|
||||||
Setting['feature.facebook_login'] = true
|
Setting['feature.facebook_login'] = true
|
||||||
Setting['feature.google_login'] = true
|
Setting['feature.google_login'] = true
|
||||||
|
|||||||
Reference in New Issue
Block a user