gitlabhq/app/controllers/admin/resque_controller.rb
gleb 2da45e9cbf Refs #1013
Renamed protect_resque.rb => resque_authentication
Integrated resque web with the rest of gitlab
2012-06-29 13:46:24 +02:00

5 lines
91 B
Ruby

class Admin::ResqueController < ApplicationController
layout 'admin'
def show
end
end