Class: Hyrax::Admin::WorkflowsController
- Inherits:
-
ApplicationController
- Object
- ApplicationController
- Hyrax::Admin::WorkflowsController
- Defined in:
- app/controllers/hyrax/admin/workflows_controller.rb
Overview
Presents a list of works in workflow
Defined Under Namespace
Classes: WorkflowResponse
Instance Method Summary collapse
Instance Method Details
#index ⇒ Object
13 14 15 16 17 18 19 20 |
# File 'app/controllers/hyrax/admin/workflows_controller.rb', line 13 def index t(:'hyrax.controls.home'), root_path t(:'hyrax.dashboard.breadcrumbs.admin'), hyrax.dashboard_path t(:'hyrax.admin.sidebar.tasks'), '#' t(:'hyrax.admin.sidebar.workflow_review'), request.path assign_action_objects_params @response = WorkflowResponse.new(actionable_objects.to_a, actionable_objects.total_count, current_page, per_page, under_review?) end |