class Hydra::Works::AddExternalFileToFileSet::VersioningUpdater

Public Instance Methods

update(*) click to toggle source
# File lib/hydra/works/services/add_external_file_to_file_set.rb, line 103
def update(*)
  super && current_file.create_version
end