[openstreetmap/openstreetmap-website] Added /notes/mine url path (#2006)

Jamie Guthrie notifications at github.com
Wed Sep 26 14:37:38 UTC 2018


jguthrie100 commented on this pull request.



> @@ -121,7 +121,11 @@ def test_routes
 
     assert_routing(
       { :path => "/user/username/notes", :method => :get },
-      { :controller => "notes", :action => "mine", :display_name => "username" }
+      { :controller => "notes", :action => "user", :display_name => "username" }
+    )
+    assert_routing(
+      { :path => "/traces/mine", :method => :get },
+      { :controller => "traces", :action => "mine" }

Oops, yes I do!

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/openstreetmap/openstreetmap-website/pull/2006#discussion_r220590019
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/rails-dev/attachments/20180926/520d829d/attachment.html>


More information about the rails-dev mailing list