Ayron Little 7 anni fa
parent
commit
37e5f531e7
1 ha cambiato i file con 5 aggiunte e 0 eliminazioni
  1. 5 0
      lib/shopify_api/resources/access_scope.rb

+ 5 - 0
lib/shopify_api/resources/access_scope.rb

@@ -0,0 +1,5 @@
+module ShopifyAPI
+  class AccessScope < Base
+    self.prefix = '/admin/oauth/'
+  end
+end