ruby / gem_rbs_collection

A collection of RBS for gems.
MIT License
255 stars 106 forks source link

activestorage: Attached::Many should support methods of ActiveRerord #482

Closed tk0miya closed 8 months ago

tk0miya commented 11 months ago

ActiveStorage::Attached::Many delegates missing method calls to the ActiveRecord::Relation object; #attachments. Therefore it should support methods of AR::Relation.

refs: