This website works better with JavaScript
Startseite
Erkunden
Hilfe
Anmelden
Dachen
/
shopify_api
Beobachten
3
Favorit hinzufügen
0
Fork
0
Dateien
Issues
0
Pull-Requests
0
Wiki
Struktur:
7b444e87ee
Branches
Tags
main
shopify_api
/
lib
/
shopify_api
/
resources
/
policy.rb
policy.rb
92 B
Verlauf
Originalformat
1
2
3
4
5
6
7
module ShopifyAPI
class Policy < Base
def self.all
find(:all)
end
end
end