module ActiveFedora::File::Attributes

def fetch_original_name

def fetch_original_name
  return if new_record?
  ldp_source.head.content_disposition_filename
end