Class: QueView::HomeController

Inherits:
ActionController::Base
  • Object
show all
Defined in:
app/controllers/que_view/home_controller.rb

Instance Method Summary collapse

Instance Method Details

#indexObject



8
9
10
# File 'app/controllers/que_view/home_controller.rb', line 8

def index
  @jobs = QueJob.all
end