PERF: Add endpoint to check if a group can be mentioned by user.

This commit is contained in:
Guo Xiang Tan
2016-11-25 16:45:15 +08:00
parent 5794f1619d
commit 559918c6c6
9 changed files with 61 additions and 22 deletions

View File

@ -409,6 +409,7 @@ Discourse::Application.routes.draw do
get 'mentions'
get 'messages'
get 'counts'
get 'mentionable'
member do
put "members" => "groups#add_members"