Class: Dipa::CoordinatorServices::DestroyService

Inherits:
BaseService show all
Defined in:
app/services/dipa/coordinator_services/destroy_service.rb

Instance Method Summary collapse

Methods inherited from ApplicationService

call

Instance Method Details

#call(coordinator:) ⇒ Object



6
7
8
9
10
# File 'app/services/dipa/coordinator_services/destroy_service.rb', line 6

def call(coordinator:)
  super

  _coordinator&.destroy!
end