class ActiveFedora::Reflection::HasAndBelongsToManyReflection
:nodoc:
def association_class
def association_class Associations::HasAndBelongsToManyAssociation end
def collection?
def collection? true end
def has_and_belongs_to_many?
def has_and_belongs_to_many? true end
def macro
def macro :has_and_belongs_to_many end