Remove unused place name setting

This commit is contained in:
decabeza
2019-02-19 14:08:44 +01:00
parent 25c8212e80
commit 2e135ca3f1
4 changed files with 0 additions and 8 deletions

View File

@@ -25,7 +25,6 @@ section "Creating Settings" do
Setting.create(key: 'instagram_handle', value: 'CONSUL')
Setting.create(key: 'url', value: 'http://localhost:3000')
Setting.create(key: 'org_name', value: 'CONSUL')
Setting.create(key: 'place_name', value: 'City')
Setting.create(key: 'feature.debates', value: "true")
Setting.create(key: 'feature.proposals', value: "true")