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
|