Class: Hyrax::Actors::AssignRepresentativeActor

Inherits:
AbstractActor show all
Defined in:
app/actors/hyrax/actors/assign_representative_actor.rb

Instance Attribute Summary

Attributes inherited from AbstractActor

#next_actor

Instance Method Summary collapse

Methods inherited from AbstractActor

#initialize

Constructor Details

This class inherits a constructor from Hyrax::Actors::AbstractActor

Instance Method Details

#create(attributes) ⇒ Object



4
5
6
# File 'app/actors/hyrax/actors/assign_representative_actor.rb', line 4

def create(attributes)
  next_actor.create(attributes) && assign_representative
end