From 13a66040300241caf234726bfc72ca90ef4c34fd Mon Sep 17 00:00:00 2001 From: Dmitriy Zaporozhets Date: Tue, 12 Nov 2013 15:20:31 +0200 Subject: Ability to remvoe broadcast messages Signed-off-by: Dmitriy Zaporozhets --- config/routes.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config') diff --git a/config/routes.rb b/config/routes.rb index d41a07872e4..3b69239087c 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -86,7 +86,7 @@ Gitlab::Application.routes.draw do get :test end - resources :broadcast_messages, only: [:index, :create] + resources :broadcast_messages, only: [:index, :create, :destroy] resource :logs, only: [:show] resource :background_jobs, controller: 'background_jobs', only: [:show] resources :projects, constraints: { id: /[a-zA-Z.\/0-9_\-]+/ }, only: [:index, :show] -- cgit v1.2.3