module ActiveFedora::AttachedFiles
def add_file_datastream(file, opts={})
def add_file_datastream(file, opts={}) Deprecation.warn AttachedFiles, "add_file_datastream is deprecated and will be removed in active-fedora 10.0. Use add_file instead" add_file(file, opts) end