active_fedora
active_fedora copied to clipboard
Calling .select on HasManyAssociation should not be private
Failing example:
> library.books.count
=> 2
> library.books.select([:id])
=> NoMethodError Exception: private method `select' called for #<ActiveFedora::Associations::HasManyAssociation:0x007ffec32364b8>
Sorry, but has this been resolved? If so, the test for it is still pending: https://github.com/samvera/active_fedora/blob/master/spec/integration/collection_association_spec.rb#L94