method

has_and_belongs_to_many?

rails latest stable - Class: ActiveRecord::Reflection::AssociationReflection

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.

has_and_belongs_to_many?()
public

No documentation available.

# File activerecord/lib/active_record/reflection.rb, line 336
      def has_and_belongs_to_many?
        macro == :has_and_belongs_to_many
      end