Sha256: 989ca8b9d33dca98b4e555a370f3661c0ad28b4d4fa17879186c1a2a20160e3d
Contents?: true
Size: 284 Bytes
Versions: 44
Compression:
Stored size: 284 Bytes
Contents
module Hyrax module InAdminSet extend ActiveSupport::Concern included do belongs_to :admin_set, predicate: Hyrax.config.admin_set_predicate end def active_workflow Sipity::Workflow.find_active_workflow_for(admin_set_id: admin_set_id) end end end
Version data entries
44 entries across 44 versions & 1 rubygems