2021-03-11 19:13:27 +05:30
|
|
|
# frozen_string_literal: true
|
|
|
|
|
2018-03-17 18:26:18 +05:30
|
|
|
get 'help' => 'help#index'
|
|
|
|
get 'help/shortcuts' => 'help#shortcuts'
|
|
|
|
get 'help/instance_configuration' => 'help#instance_configuration'
|
|
|
|
get 'help/*path' => 'help#show', as: :help_page
|