Merge pull request #1018 from glebm/master
Resque Authentication + iFrame view
This commit is contained in:
commit
f73d71810e
7 changed files with 28 additions and 11 deletions
5
app/controllers/admin/resque_controller.rb
Normal file
5
app/controllers/admin/resque_controller.rb
Normal file
|
@ -0,0 +1,5 @@
|
|||
class Admin::ResqueController < ApplicationController
|
||||
layout 'admin'
|
||||
def show
|
||||
end
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue