Class: ResqueWeb::StatsController
- Inherits:
-
ApplicationController
- Object
- ActionController::Base
- ApplicationController
- ResqueWeb::StatsController
- Defined in:
- app/controllers/resque_web/stats_controller.rb
Instance Method Summary collapse
Methods inherited from ApplicationController
Instance Method Details
#index ⇒ Object
5 6 7 |
# File 'app/controllers/resque_web/stats_controller.rb', line 5 def index redirect_to :action => 'resque' end |
#keys ⇒ Object
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 |