This website requires JavaScript.
Explore
Help
Sign in
kotovalexarian-likes-gitlab
/
gitlab-org--gitlab-foss
Watch
1
Star
0
Fork
You've already forked gitlab-org--gitlab-foss
0
Code
Releases
Activity
cfdf94fc27
gitlab-org--gitlab-foss
/
app
/
controllers
/
admin
/
resque_controller.rb
5 lines
82 B
Ruby
Raw
Normal View
History
Unescape
Escape
Added the correct hierarchy of controllers for the administrative part
2013-01-20 06:20:50 -05:00
class
Admin
::
ResqueController
<
Admin
::
ApplicationController
Refs #1013 Renamed protect_resque.rb => resque_authentication Integrated resque web with the rest of gitlab
2012-06-29 07:44:55 -04:00
def
show
end
Add an AdminController base class for Admin controllers Handles stuff that's shared across admin controllers.
2012-09-16 07:44:54 -04:00
end
Copy permalink