class ActiveFedora::Associations::BelongsToAssociation

def invertible_for?(_)

belongs_to is not invertible (unless we implement has_one, then make an exception here)
def invertible_for?(_)
  false
end