samvera / hyrax

Hyrax is a Ruby on Rails Engine built by the Samvera community. Hyrax provides a foundation for creating many different digital repository applications.
http://hyrax.samvera.org/
Apache License 2.0
184 stars 124 forks source link

PCDM::Collection/Object - #ordered_member_ids method using using AF relationship reflection #ordered_member_proxies #3583

Closed elrayle closed 5 years ago

elrayle commented 5 years ago

Code

lib/hydra/pcdm/models/concerns/pcdm_behavior.rb #ordered_member_ids

Active Fedora Usage

Related issues

elrayle commented 5 years ago

The #child_object_ids method returns the ids of member objects in order, so #ordered_member_ids is aliased to #child_object_ids in PR #3677