Explorar o código

Remove Comment#ham

Denis Odorcic %!s(int64=13) %!d(string=hai) anos
pai
achega
05bc29f610
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  1. 0 1
      lib/shopify_api/resources/comment.rb

+ 0 - 1
lib/shopify_api/resources/comment.rb

@@ -1,7 +1,6 @@
 module ShopifyAPI
   class Comment < Base
     def remove;   load_attributes_from_response(post(:remove, {}, only_id)); end
-    def ham;      load_attributes_from_response(post(:ham, {}, only_id)); end
     def spam;     load_attributes_from_response(post(:spam, {}, only_id)); end
     def approve;  load_attributes_from_response(post(:approve, {}, only_id)); end
     def restore;  load_attributes_from_response(post(:restore, {}, only_id)); end