Sha256: 181f9a77bd652094dc675d67ccf906d68df681cd4d19f4ed912aa2ec7db21e07

Contents?: true

Size: 203 Bytes

Versions: 24

Compression:

Stored size: 203 Bytes

Contents

class Reactor::ResourceActionable::DestroyEvent < Reactor::ResourceActionable::ActionEvent
  perform do
    action_event "#{resource_name}_destroyed", last_snapshot: actionable_resource.as_json
  end
end

Version data entries

24 entries across 24 versions & 1 rubygems

Version Path
reactor-0.8.1 lib/reactor/controllers/concerns/actions/destroy_event.rb
reactor-0.8.0 lib/reactor/controllers/concerns/actions/destroy_event.rb
reactor-0.7.1 lib/reactor/controllers/concerns/actions/destroy_event.rb
reactor-0.7.0 lib/reactor/controllers/concerns/actions/destroy_event.rb