[openstreetmap/openstreetmap-website] List of user's changeset comments (PR #4248)
Anton Khorev
notifications at github.com
Fri Sep 15 13:26:06 UTC 2023
@AntonKhorev commented on this pull request.
> resources :notes, :path => "note", :only => [:show, :new]
get "/user/:display_name/history" => "changesets#index"
get "/user/:display_name/history/feed" => "changesets#feed", :defaults => { :format => :atom }
+ get "/user/:display_name/history/comments" => "changeset_comments#index", :as => :history_comments
Renamed to `changeset_comments`. But there's also `changeset_comment` path.
--
Reply to this email directly or view it on GitHub:
https://github.com/openstreetmap/openstreetmap-website/pull/4248#discussion_r1327287525
You are receiving this because you are subscribed to this thread.
Message ID: <openstreetmap/openstreetmap-website/pull/4248/review/1628953552 at github.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/rails-dev/attachments/20230915/8e9d2d29/attachment.htm>
More information about the rails-dev
mailing list