resque_controller.rb 91 Bytes
class Admin::ResqueController < ApplicationController
  layout 'admin'
  def show
  end
end