method

associated_records_by_owner

Importance_0
v3.2.8 - Show latest stable - 0 notes - Class: HasManyThrough
associated_records_by_owner() public

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Hide source
# File activerecord/lib/active_record/associations/preloader/has_many_through.rb, line 7
        def associated_records_by_owner
          super.each do |owner, records|
            records.uniq! if options[:uniq]
          end
        end
Register or log in to add new notes.