Class: GoodJob::ProcessesController
- Inherits:
-
ApplicationController
- Object
- ActionController::Base
- ApplicationController
- GoodJob::ProcessesController
- Defined in:
- app/controllers/good_job/processes_controller.rb
Instance Method Summary collapse
Instance Method Details
#index ⇒ Object
5 6 7 |
# File 'app/controllers/good_job/processes_controller.rb', line 5 def index @processes = GoodJob::Process.active.order(created_at: :desc) end |