Module: Hyrax::InAdminSet
- Extended by:
- ActiveSupport::Concern
- Included in:
- WorkBehavior
- Defined in:
- app/models/concerns/hyrax/in_admin_set.rb
Instance Method Summary collapse
-
#active_workflow ⇒ Object
deprecated
Deprecated.
Use ‘Sipity::Workflow.find_active_workflow_for` instead.
Instance Method Details
#active_workflow ⇒ Object
Deprecated.
Use ‘Sipity::Workflow.find_active_workflow_for` instead.
12 13 14 15 |
# File 'app/models/concerns/hyrax/in_admin_set.rb', line 12 def active_workflow Deprecation.warn 'Use `Sipity::Workflow.find_active_workflow_for` instead.' Sipity::Workflow.find_active_workflow_for(admin_set_id: admin_set_id) end |