diff options
author | Zeger-Jan van de Weg <zegerjan@gitlab.com> | 2016-09-20 21:26:43 +0000 |
---|---|---|
committer | Zeger-Jan van de Weg <zegerjan@gitlab.com> | 2016-09-20 21:26:43 +0000 |
commit | e41a3912daaeabe19dc434df8837c9e7d7da7842 (patch) | |
tree | b701bc94a47a887cf286671c241e9d18e2359c46 /config | |
parent | a6e91b1669a99042467173f0305a29dc89b5c8d2 (diff) | |
download | gitlab-ce-e41a3912daaeabe19dc434df8837c9e7d7da7842.tar.gz |
Remove duplicate routeand-you-get-awards
Diffstat (limited to 'config')
-rw-r--r-- | config/routes.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/config/routes.rb b/config/routes.rb index 5963e53493b..80d0adce9c6 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -668,7 +668,6 @@ Rails.application.routes.draw do resources :snippets, concerns: :awardable, constraints: { id: /\d+/ } do member do get 'raw' - post :toggle_award_emoji end end |