diff options
author | Matija Čupić <matteeyah@gmail.com> | 2018-01-26 22:13:54 +0100 |
---|---|---|
committer | Matija Čupić <matteeyah@gmail.com> | 2018-01-26 23:24:26 +0100 |
commit | c4667f87037150a408da5c133e573714807e17b3 (patch) | |
tree | f23d797d22f450d2f0e08acafa504dde945a2da4 /config/routes.rb | |
parent | 0dab083702ff4364bc25ea29812a4305c58e5a4f (diff) | |
download | gitlab-ce-c4667f87037150a408da5c133e573714807e17b3.tar.gz |
Implement Callouts controller
Diffstat (limited to 'config/routes.rb')
-rw-r--r-- | config/routes.rb | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/config/routes.rb b/config/routes.rb index f162043dd5e..f768bcebc7e 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -90,6 +90,11 @@ Rails.application.routes.draw do # Notification settings resources :notification_settings, only: [:create, :update] + # Callouts + namespace :callouts do + post :dismiss + end + draw :google_api draw :import draw :uploads |