2da45e9cbf
Renamed protect_resque.rb => resque_authentication Integrated resque web with the rest of gitlab
5 lines
91 B
Ruby
5 lines
91 B
Ruby
class Admin::ResqueController < ApplicationController
|
|
layout 'admin'
|
|
def show
|
|
end
|
|
end |