From 251df827a5308d483a95242970569075ab655703 Mon Sep 17 00:00:00 2001 From: Steven Thonus Date: Mon, 27 Jan 2014 22:34:05 +0100 Subject: added group avatars --- config/routes.rb | 3 +++ 1 file changed, 3 insertions(+) (limited to 'config') diff --git a/config/routes.rb b/config/routes.rb index 611e497c9e5..77247163def 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -156,6 +156,9 @@ Gitlab::Application.routes.draw do end resources :users_groups, only: [:create, :update, :destroy] + scope module: :groups do + resource :avatar, only: [:destroy] + end end resources :projects, constraints: { id: /[^\/]+/ }, only: [:new, :create] -- cgit v1.2.1