owner_key_name()
public

No documentation available.

# File activerecord/lib/active_record/associations/preloader/has_and_belongs_to_many.rb, line 19
        def owner_key_name
          reflection.active_record_primary_key
        end