Module: Hyrax::NestedWorks
- Extended by:
- ActiveSupport::Concern
- Included in:
- WorkBehavior
- Defined in:
- app/models/concerns/hyrax/nested_works.rb
Instance Method Summary collapse
Instance Method Details
#in_works_ids ⇒ Object
11 12 13 |
# File 'app/models/concerns/hyrax/nested_works.rb', line 11 def in_works_ids in_works.map(&:id) end |