openstreetmap-website/app
Andy Allan 10a4c5cf6e Rename Feeds::ChangesetCommentsController to ChangesetComments::FeedsController
We usually create nested controllers with the main controller as the module,
and the nested controller as the specialization, e.g. Users::DeletionsController
or Traces::IconsController.

This then leaves the topic of whether the feed resource is plural, and whether we
are then showing a singular feed or showing a list (index) of objects.

The routes are carefully named so that we have `changesets_comments_feed_path` (the
comments feed for all changesets) vs `changeset_comment_feed_path(changeset)` (the
comments for a singular changeset).
2024-08-28 18:31:36 +01:00
..
abilities Rename Feeds::ChangesetCommentsController to ChangesetComments::FeedsController 2024-08-28 18:31:36 +01:00
assets Merge remote-tracking branch 'upstream/pull/5101' 2024-08-21 18:32:39 +01:00
controllers Rename Feeds::ChangesetCommentsController to ChangesetComments::FeedsController 2024-08-28 18:31:36 +01:00
helpers Add deactivates_at date to user blocks 2024-08-19 14:33:20 +03:00
jobs Prefer string interpolation to concatenation 2020-11-13 11:32:28 +00:00
mailers Move changeset subscribe/unsubscribe to resourceful routes 2024-03-16 06:11:07 +03:00
models Add deactivates_at date to user blocks 2024-08-19 14:33:20 +03:00
validators Require display names to have a minimum unicode width of 3 columns 2024-02-25 13:21:03 +00:00
views Rename Feeds::ChangesetCommentsController to ChangesetComments::FeedsController 2024-08-28 18:31:36 +01:00