Quellcode durchsuchen

Remove Comment#ham

Denis Odorcic vor 13 Jahren
Ursprung
Commit
05bc29f610
1 geänderte Dateien mit 0 neuen und 1 gelöschten Zeilen
  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