Class: QueView::HomeController
- Inherits:
-
ActionController::Base
- Object
- ActionController::Base
- QueView::HomeController
- Defined in:
- app/controllers/que_view/home_controller.rb
Instance Method Summary collapse
Instance Method Details
#index ⇒ Object
8 9 10 |
# File 'app/controllers/que_view/home_controller.rb', line 8 def index @jobs = QueJob.all end |