[openstreetmap/openstreetmap-website] List of user's changeset comments (PR #4248)
Anton Khorev
notifications at github.com
Mon Jul 15 13:25:01 UTC 2024
@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
For "think about the controller structure ... would clash with any implementation of site-wide ... (e.g. for moderation)" you can create another controller when that clash happens, see for example #4969.
--
Reply to this email directly or view it on GitHub:
https://github.com/openstreetmap/openstreetmap-website/pull/4248#discussion_r1677827472
You are receiving this because you are subscribed to this thread.
Message ID: <openstreetmap/openstreetmap-website/pull/4248/review/2177712848 at github.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/rails-dev/attachments/20240715/73072128/attachment-0001.htm>
More information about the rails-dev
mailing list