summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2015-11-16 17:24:14 +0100
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2015-11-16 17:24:14 +0100
commit32f1a7196817b1073327c607905ee40b9140e6df (patch)
tree802cecd688830b44805ff065932289cb7cd9365f
parent929ab909c88e9ac5d87acacb376a39dcfa6a639c (diff)
downloadgitlab-ce-32f1a7196817b1073327c607905ee40b9140e6df.tar.gz
Fix removing avatar for group
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-rw-r--r--app/controllers/groups/avatars_controller.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/controllers/groups/avatars_controller.rb b/app/controllers/groups/avatars_controller.rb
index f390705dc6a..76c87366baa 100644
--- a/app/controllers/groups/avatars_controller.rb
+++ b/app/controllers/groups/avatars_controller.rb
@@ -1,4 +1,4 @@
-class Groups::AvatarsController < ApplicationController
+class Groups::AvatarsController < Groups::ApplicationController
def destroy
@group.remove_avatar!
@group.save