samvera / active_fedora

A Rails interface to the Fedora repository, akin to ActiveModel
Other
54 stars 63 forks source link

Calling .select on HasManyAssociation should not be private #609

Open awead opened 9 years ago

awead commented 9 years ago

Failing example:

>  library.books.count
=> 2
>  library.books.select([:id])
=> NoMethodError Exception: private method `select' called for #<ActiveFedora::Associations::HasManyAssociation:0x007ffec32364b8>
jrgriffiniii commented 6 years ago

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