method

intersection

intersection(a, b)
private

No documentation available.

# File activerecord/lib/active_record/associations/has_many_association.rb, line 152
        def intersection(a, b)
          a & b
        end