AyuntamientoMadrid/participacion

View on GitHub
config/routes/sdg.rb

Summary

Maintainability
A
0 mins
Test Coverage
namespace :sdg do
  resources :goals, param: :code, only: [:index, :show]
  get :help, controller: "goals"
end