@tomhughes commented on this pull request.


>    get "/relation/:id" => "relations#show", :id => /\d+/, :as => :relation
+  get "/relation/:id/member" => "relation_members#show", :id => /\d+/, :as => 
:relation_member

Should this (and the other route) be `/members` given that they load all 
members not just on?

-- 
Reply to this email directly or view it on GitHub:
https://github.com/openstreetmap/openstreetmap-website/pull/6326#pullrequestreview-3125884540
You are receiving this because you are subscribed to this thread.

Message ID: 
<openstreetmap/openstreetmap-website/pull/6326/review/3125884...@github.com>
_______________________________________________
rails-dev mailing list
rails-dev@openstreetmap.org
https://lists.openstreetmap.org/listinfo/rails-dev

Reply via email to