Class: CurationConcern::GenericFileActor

Inherits:
BaseActor
  • Object
show all
Defined in:
app/services/curation_concern/generic_file_actor.rb

Instance Attribute Summary

Attributes inherited from BaseActor

#attributes, #curation_concern, #user

Instance Method Summary collapse

Methods inherited from BaseActor

#initialize

Constructor Details

This class inherits a constructor from CurationConcern::BaseActor

Instance Method Details

#create!Object



3
4
5
6
# File 'app/services/curation_concern/generic_file_actor.rb', line 3

def create!
  super
  update_file
end

#update!Object



8
9
10
11
12
# File 'app/services/curation_concern/generic_file_actor.rb', line 8

def update!
  super
  update_file
  update_version
end