policy.rb 92 B

1234567
  1. module ShopifyAPI
  2. class Policy < Base
  3. def self.all
  4. find(:all)
  5. end
  6. end
  7. end