Sha256: 392f482f68380bb503e1cd439d99c3c64d5871eee99e87c094c8151634f1e264
Contents?: true
Size: 277 Bytes
Versions: 13
Compression:
Stored size: 277 Bytes
Contents
module Hyrax module InAdminSet extend ActiveSupport::Concern included do belongs_to :admin_set, predicate: ::RDF::Vocab::DC.isPartOf end def active_workflow Sipity::Workflow.find_active_workflow_for(admin_set_id: admin_set_id) end end end
Version data entries
13 entries across 13 versions & 1 rubygems