Skip to content

Commit

Permalink
Merge pull request ManageIQ#17399 from romanblanco/cloud_object_store…
Browse files Browse the repository at this point in the history
…_container_consistency

Renamed method to delete container object store for consistency reasons
  • Loading branch information
h-kataria authored May 9, 2018
2 parents 9c36ec8 + 98701a6 commit 85b25a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/models/cloud_object_store_container/operations.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
module CloudObjectStoreContainer::Operations
extend ActiveSupport::Concern

def delete_cloud_object_store_container
def cloud_object_store_container_delete
raw_delete
end

Expand Down

0 comments on commit 85b25a1

Please sign in to comment.