class ROM::Associations::Definitions::ManyToMany

@api private

Public Instance Methods

through_assoc_name() click to toggle source

@api private

# File lib/rom/associations/definitions/many_to_many.rb, line 23
def through_assoc_name
  through.assoc_name
end
through_relation() click to toggle source

@api private

# File lib/rom/associations/definitions/many_to_many.rb, line 18
def through_relation
  through.relation
end