Sha256: 90bb7808238069a30a9adb66f691ae972802a0d8676ca0821ff879eda500f82b
Contents?: true
Size: 184 Bytes
Versions: 36
Compression:
Stored size: 184 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
36 entries across 36 versions & 1 rubygems