Actions
Refactor #15410
closedMove activation_keys#subscriptions to subscriptions#index
Pull request:
Fixed in Releases:
Found in Releases:
Description
There's no need for a subscriptions action on the ActivationKeysController when Rails supports nested resources (i.e. /activation_keys/:activation_key_id/subscriptions). This change does not affect the API endpoint, just the controller and action that is hit.
Actions