diff options
author | gleb <glex.spb@gmail.com> | 2012-06-29 13:44:55 +0200 |
---|---|---|
committer | gleb <glex.spb@gmail.com> | 2012-06-29 13:46:24 +0200 |
commit | 2da45e9cbf8bf0db88274451ba9dc61db50c571d (patch) | |
tree | 7ca8dc59d5696bf9202f74badd2b33579885e568 /app/controllers/admin | |
parent | 3a4aff6934a69917b430f15201a6b1218fd51203 (diff) | |
download | gitlab-ce-2da45e9cbf8bf0db88274451ba9dc61db50c571d.tar.gz |
Refs #1013
Renamed protect_resque.rb => resque_authentication
Integrated resque web with the rest of gitlab
Diffstat (limited to 'app/controllers/admin')
-rw-r--r-- | app/controllers/admin/resque_controller.rb | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/app/controllers/admin/resque_controller.rb b/app/controllers/admin/resque_controller.rb new file mode 100644 index 00000000000..dc575cc27b2 --- /dev/null +++ b/app/controllers/admin/resque_controller.rb @@ -0,0 +1,5 @@ +class Admin::ResqueController < ApplicationController + layout 'admin' + def show + end +end
\ No newline at end of file |