Sha256: 47e75da6775ea898cb7c2e5cccd1c3d5e795bbe14a3af383a755d0aeab6b056d
Contents?: true
Size: 183 Bytes
Versions: 20
Compression:
Stored size: 183 Bytes
Contents
# frozen_string_literal: true class Shop < ActiveRecord::Base include ShopifyApp::ShopSessionStorageWithScopes def api_version ShopifyApp.configuration.api_version end end
Version data entries
20 entries across 20 versions & 2 rubygems