Browse Source

Added attribution on the limits.rb file.

David Underwood 13 years ago
parent
commit
81e2b2d5e8
1 changed files with 1 additions and 0 deletions
  1. 1 0
      lib/shopify_api/limits.rb

+ 1 - 0
lib/shopify_api/limits.rb

@@ -1,3 +1,4 @@
+# based on code from https://github.com/christocracy/shopify-api-limits
 module ShopifyAPI
   module Limits
     def self.included(klass)