samvera-deprecated / curation_concerns

A Hydra-based Rails Engine that extends an application, adding the ability to Create, Read, Update and Destroy (CRUD) objects (based on Hydra::Works) and providing a generator for defining object types with custom workflows, views, access controls, etc.
Other
15 stars 27 forks source link

Remove dead code #1119

Closed jcoyne closed 7 years ago

jcoyne commented 7 years ago

This is a private method that is not referenced.

jeremyf commented 7 years ago

In digging through the code I see a usage of curation_concern.in_collection_ids; Which I believe is coming from the relationship :in_collection (and is clearly not a private method call).

https://github.com/projecthydra/curation_concerns/blob/master/app/actors/curation_concerns/actors/actor_stack.rb#L31