Class: ResqueWeb::OverviewController

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

Instance Method Summary collapse

Methods inherited from ApplicationController

#set_subtabs, subtabs

Instance Method Details

#showObject



3
4
5
# File 'app/controllers/resque_web/overview_controller.rb', line 3

def show
  render :layout => !request.xhr?, :locals => { :polling => request.xhr? }
end