Commit 0afe7a77 authored by Gosia Ksionek's avatar Gosia Ksionek Committed by Alex Pooley

Change feature category of certain endpoints from workspace to plan

parent 531b1054
# frozen_string_literal: true
class Profiles::NotificationsController < Profiles::ApplicationController
feature_category :users
feature_category :team_planning
def show
@user = current_user
......
......@@ -3,7 +3,7 @@
class SentNotificationsController < ApplicationController
skip_before_action :authenticate_user!
feature_category :users
feature_category :team_planning
def unsubscribe
@sent_notification = SentNotification.for(params[:id])
......
......@@ -5,7 +5,7 @@ module API
class NotificationSettings < ::API::Base
before { authenticate! }
feature_category :users
feature_category :team_planning
helpers ::API::Helpers::MembersHelpers
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment