AyuntamientoMadrid/participacion

View on GitHub
config/routes/community.rb

Summary

Maintainability
A
0 mins
Test Coverage
resources :communities, only: [:show] do
  resources :topics
end

resolve("Topic") { |topic, options| [topic.community, topic, options] }