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
diff options
context:
space:
mode:
authorMatija Čupić <matteeyah@gmail.com>2018-01-27 00:13:54 +0300
committerMatija Čupić <matteeyah@gmail.com>2018-01-27 01:24:26 +0300
commitc4667f87037150a408da5c133e573714807e17b3 (patch)
treef23d797d22f450d2f0e08acafa504dde945a2da4 /config/routes.rb
parent0dab083702ff4364bc25ea29812a4305c58e5a4f (diff)
Implement Callouts controller
Diffstat (limited to 'config/routes.rb')
-rw-r--r--config/routes.rb5
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