Explorar el Código

Removing extra whitespace under protest.

David Underwood hace 12 años
padre
commit
c83e98c12b
Se han modificado 1 ficheros con 0 adiciones y 2 borrados
  1. 0 2
      lib/shopify_api/resources/customer_group.rb

+ 0 - 2
lib/shopify_api/resources/customer_group.rb

@@ -1,9 +1,7 @@
 module ShopifyAPI
   class CustomerGroup < Base
-
     def customers
       Customers.find(:all, :params => {:customer_group_id => self.id})
     end
-    
   end
 end