Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorDrew Blessing <drew.blessing@buckle.com>2013-12-02 22:03:07 +0400
committerDrew Blessing <drew.blessing@buckle.com>2013-12-03 02:20:34 +0400
commitb08608b261f8c9c552d8957b6231c7725b9529ac (patch)
tree566e2ba56ae1ed23305ea5e897f859e8e782a29b /config
parente411f3bab2c20ba22b838bb025fa33e980470d20 (diff)
Issue 5716 - Allow removal of avatar
Add class and style Add spinach tests Add entry to CHANGELOG Add entry to CHANGELOG
Diffstat (limited to 'config')
-rw-r--r--config/routes.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/config/routes.rb b/config/routes.rb
index d89fc20c6c9..35143a4268c 100644
--- a/config/routes.rb
+++ b/config/routes.rb
@@ -127,6 +127,7 @@ Gitlab::Application.routes.draw do
delete :leave
end
end
+ resource :avatar, only: [:destroy]
end
end