class ActiveFedora::File

def remote_content

def remote_content
  return if new_record?
  @ds_content ||= retrieve_content
end