Explorar el Código

Add Access Scope

Ayron Little hace 7 años
padre
commit
37e5f531e7
Se han modificado 1 ficheros con 5 adiciones y 0 borrados
  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