Add new settings for dev seeds for Debates and Proposals recommendations

This commit is contained in:
Angel Perez
2018-06-08 08:03:22 -04:00
parent 4275069a1e
commit fefa225f8a

View File

@@ -40,6 +40,8 @@ section "Creating Settings" do
Setting.create(key: 'feature.signature_sheets', value: "true")
Setting.create(key: 'feature.legislation', value: "true")
Setting.create(key: 'feature.user.recommendations', value: "true")
Setting.create(key: 'feature.user.recommendations_on_debates', value: "true")
Setting.create(key: 'feature.user.recommendations_on_proposals', value: "true")
Setting.create(key: 'feature.community', value: "true")
Setting.create(key: 'feature.map', value: "true")
Setting.create(key: 'feature.allow_images', value: "true")