2021-02-03 16:09:17 -05:00
|
|
|
# frozen_string_literal: true
|
|
|
|
|
2017-08-24 10:34:36 -04:00
|
|
|
get 'help' => 'help#index'
|
|
|
|
get 'help/shortcuts' => 'help#shortcuts'
|
|
|
|
get 'help/instance_configuration' => 'help#instance_configuration'
|
|
|
|
get 'help/*path' => 'help#show', as: :help_page
|