class ActiveFedora::Associations::Association

def inverse_reflection_for(_record)

the association in the specific class of the record.
The record parameter is necessary to support polymorphic inverses as we must check for
Can be redefined by subclasses, notably polymorphic belongs_to
def inverse_reflection_for(_record)
  reflection.inverse_of
end