diff options
author | Phil Hughes <me@iamphill.com> | 2016-07-04 15:00:39 +0100 |
---|---|---|
committer | Douwe Maan <douwe@selenight.nl> | 2016-07-24 13:10:38 -0600 |
commit | b550e6ee67ebfc1cfbbb7a77414f9fe05ffad419 (patch) | |
tree | 74bd51c0a48c7408644f9443dadb6139eacfdad7 /config | |
parent | 662f5edd36b6910074df222474bab4ff4849d313 (diff) | |
download | gitlab-ce-b550e6ee67ebfc1cfbbb7a77414f9fe05ffad419.tar.gz |
Posts to rails to update note eventually
Diffstat (limited to 'config')
-rw-r--r-- | config/routes.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/routes.rb b/config/routes.rb index 21f3585bacd..9be5d423052 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -828,6 +828,7 @@ Rails.application.routes.draw do member do post :toggle_award_emoji delete :delete_attachment + post :resolve end end |