module ActiveFedora::AttachedFiles
def attached_files
Attached files that have been modified in memory are given preference over
saved to fedora, the persisted files will be included.
Returns all known attached files for the object. If the object has been
def attached_files @attached_files ||= FilesHash.new(self) end