method

association_key_name

rails latest stable - Class: ActiveRecord::Associations::Preloader::HasAndBelongsToMany

Method deprecated or moved

This method is deprecated or moved on the latest stable version. The last existing version (v4.0.2) is shown here.

association_key_name()
public

No documentation available.

# File activerecord/lib/active_record/associations/preloader/has_and_belongs_to_many.rb, line 23
        def association_key_name
          'ar_association_key_name'
        end