class ActiveRecord::Reflection::HasAndBelongsToManyReflection

:nodoc:

def collection?

def collection?
  true
end

def macro; :has_and_belongs_to_many; end

:nodoc:
def macro; :has_and_belongs_to_many; end