Browse Source

Remove Comment#ham

Denis Odorcic 13 years ago
parent
commit
05bc29f610
1 changed files with 0 additions and 1 deletions
  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