Skip to content

Commit

Permalink
Renamed method to delete cloud object store for consistency reasons
Browse files Browse the repository at this point in the history
  • Loading branch information
romanblanco committed Mar 13, 2018
1 parent 37d1b17 commit edd5c8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/models/cloud_object_store_object/operations.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
module CloudObjectStoreObject::Operations
extend ActiveSupport::Concern

def delete_cloud_object_store_object
def cloud_object_store_object_delete
raw_delete
end

Expand Down

0 comments on commit edd5c8d

Please sign in to comment.