class ActiveFedora::Associations::Association
def inverse_reflection_for(_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