Welcome to mirror list, hosted at ThFree Co, Russian Federation.

help.rb « routes « config - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 2a0aba8b632d53e3e423c90b1fd6fb8227b221a0 (plain)
1
2
3
4
5
6
# frozen_string_literal: true

get 'help'                        => 'help#index'
get 'help/shortcuts'              => 'help#shortcuts'
get 'help/instance_configuration' => 'help#instance_configuration'
get 'help/*path'                  => 'help#show', as: :help_page