Move subscriptions_controller to gitlab_subscriptions
We want to consolidate our namespace/bounded context strategy around gitlab_subscriptions.
- Move
ee/app/controllers/subscriptions_controller.rbtoee/app/controllers/gitlab_subscriptions/subscriptions_controller.rband use theGitlabSubscriptionsnamespace. - Move the routing definition from
ee/config/routes/subscription.rbtoee/config/routes/gitlab_subscriptions.rb.- Do not change the URL. So we can use
resource module: :gitlab_subscriptionshere to probably handle that.
- Do not change the URL. So we can use
Edited by Doug Stull