Class: Dipa::CoordinatorServices::DestroyService
- Inherits:
-
BaseService
- Object
- ApplicationService
- BaseService
- Dipa::CoordinatorServices::DestroyService
- Defined in:
- app/services/dipa/coordinator_services/destroy_service.rb
Instance Method Summary collapse
Methods inherited from ApplicationService
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 |