class ActiveFedora::ContentModel

def self.models_asserted_by(obj)

list all of the models asserted by the provided object
def self.models_asserted_by(obj)
  obj.relationships(:has_model)
end