Use a rounded value for default supports needed

We were using the value which is used in Madrid.
This commit is contained in:
Javi Martín
2019-05-30 17:37:23 +02:00
parent ff21ce7665
commit cf26b230c9

View File

@@ -117,7 +117,7 @@ class Setting < ApplicationRecord
"twitter_handle": nil,
"twitter_hashtag": nil,
"url": "http://example.com", # Public-facing URL of the app.
"votes_for_proposal_success": 53726,
"votes_for_proposal_success": 10000,
"youtube_handle": nil
}
end