5 lines
82 B
Ruby
5 lines
82 B
Ruby
class Admin::ResqueController < Admin::ApplicationController
|
|
def show
|
|
end
|
|
end
|