Merge pull request #3081 from consul/featured-proposals

[Backport] Featured proposals
This commit is contained in:
Alberto
2018-12-10 22:17:51 +01:00
committed by GitHub
8 changed files with 36 additions and 14 deletions

View File

@@ -25,4 +25,10 @@ namespace :settings do
Setting['feature.help_page'] = true
end
desc "Enable Featured proposals"
task enable_featured_proposals: :environment do
Setting['feature.featured_proposals'] = true
Setting['featured_proposals_number'] = 3
end
end