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