ManageIQ/manageiq-api

View on GitHub
app/controllers/api/data_stores_controller.rb

Summary

Maintainability
A
0 mins
Test Coverage
A
100%
module Api
  class DataStoresController < BaseController
    include Subcollections::Tags

    def delete_resource(type, id, _data = nil)
      enqueue_ems_action(type, id, "Deleting", :method_name => "destroy")
    end
  end
end