active_fedora icon indicating copy to clipboard operation
active_fedora copied to clipboard

Calling .select on HasManyAssociation should not be private

Open awead opened this issue 11 years ago • 1 comments

Failing example:

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

awead avatar Nov 15 '14 16:11 awead

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

jrgriffiniii avatar Aug 15 '18 16:08 jrgriffiniii