소스 검색

SPACING nit

Neil Costford 11 년 전
부모
커밋
871eb357fd
1개의 변경된 파일3개의 추가작업 그리고 1개의 파일을 삭제
  1. 3 1
      lib/shopify_api/resources/smart_collection.rb

+ 3 - 1
lib/shopify_api/resources/smart_collection.rb

@@ -7,7 +7,9 @@ module ShopifyAPI
       Product.find(:all, :params => {:collection_id => self.id})
     end
 
-    def order(options={}); load_attributes_from_response(put(:order, options, only_id)); end
+    def order(options={})
+      load_attributes_from_response(put(:order, options, only_id))
+    end
 
   end
 end