Adds enable help page task

This commit is contained in:
decabeza
2018-10-09 13:01:43 +02:00
parent 3e6b87df04
commit 16acb2a65f

View File

@@ -20,4 +20,9 @@ namespace :settings do
Setting['feature.user.recommendations_on_proposals'] = true
end
desc "Enable Help page"
task enable_help_page: :environment do
Setting['feature.help_page'] = true
end
end