Class: ResqueWeb::StatsController

Inherits:
ApplicationController show all
Defined in:
app/controllers/resque_web/stats_controller.rb

Instance Method Summary collapse

Methods inherited from ApplicationController

#set_subtabs, subtabs

Instance Method Details

#indexObject



5
6
7
# File 'app/controllers/resque_web/stats_controller.rb', line 5

def index
  redirect_to :action => 'resque'
end

#keysObject



9
10
11
12
13
14
15
# File 'app/controllers/resque_web/stats_controller.rb', line 9

def keys
  if params[:id]
    render 'key'
  else
    render 'keys'
  end
end