access_scope.rb 89 B

12345
  1. module ShopifyAPI
  2. class AccessScope < Base
  3. self.prefix = '/admin/oauth/'
  4. end
  5. end