openstreetmap-website/app/abilities
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
..
ability.rb Rename Feeds::ChangesetCommentsController to ChangesetComments::FeedsController 2024-08-28 18:31:36 +01:00
api_ability.rb Rename api changesets index action 2024-03-30 08:26:58 +03:00
api_capability.rb Add Messages API 2024-07-29 10:42:38 +00:00