From c83e98c12bab9bd5823969512a02bc167c05774f Mon Sep 17 00:00:00 2001 From: David Underwood Date: Thu, 15 Nov 2012 11:37:48 -0500 Subject: [PATCH] Removing extra whitespace under protest. --- lib/shopify_api/resources/customer_group.rb | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/shopify_api/resources/customer_group.rb b/lib/shopify_api/resources/customer_group.rb index c19f22844..f2fa25ee2 100644 --- a/lib/shopify_api/resources/customer_group.rb +++ b/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