Sha256: 60f20f24684f5d6103a8c7f7e783c1bc108d6237aa0d7957b44f5701c5d779aa
Contents?: true
Size: 173 Bytes
Versions: 27
Compression:
Stored size: 173 Bytes
Contents
# frozen_string_literal: true class Shop < ActiveRecord::Base include ShopifyApp::ShopSessionStorage def api_version ShopifyApp.configuration.api_version end end
Version data entries
27 entries across 27 versions & 1 rubygems