In this page we will render a list of clickable Goals icons that will show their targets and related local targets Co-authored-by: Senen <senenrodero@gmail.com>
5 lines
111 B
Ruby
5 lines
111 B
Ruby
namespace :sdg do
|
|
resources :goals, param: :code, only: [:index, :show]
|
|
get :help, controller: "goals"
|
|
end
|