Commit 970ef384 authored by Małgorzata Ksionek's avatar Małgorzata Ksionek

Move endpoints to integrations feature category

parent c88f43cc
...@@ -4,7 +4,7 @@ class Profiles::ChatNamesController < Profiles::ApplicationController ...@@ -4,7 +4,7 @@ class Profiles::ChatNamesController < Profiles::ApplicationController
before_action :chat_name_token, only: [:new] before_action :chat_name_token, only: [:new]
before_action :chat_name_params, only: [:new, :create, :deny] before_action :chat_name_params, only: [:new, :create, :deny]
feature_category :users feature_category :integrations
def index def index
@chat_names = current_user.chat_names @chat_names = current_user.chat_names
......
...@@ -7,7 +7,7 @@ class Profiles::SlacksController < Profiles::ApplicationController ...@@ -7,7 +7,7 @@ class Profiles::SlacksController < Profiles::ApplicationController
layout 'application' layout 'application'
feature_category :users feature_category :integrations
def edit def edit
@projects = disabled_projects.inc_routes if current_user @projects = disabled_projects.inc_routes if current_user
......
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