Class: Shop

Inherits:
ActiveRecord::Base
  • Object
show all
Includes:
ShopifyApp::ShopSessionStorageWithScopes
Defined in:
lib/generators/shopify_app/shop_model/templates/shop.rb

Instance Method Summary collapse

Methods included from ShopifyApp::ShopSessionStorageWithScopes

#access_scopes, #access_scopes=

Methods included from ShopifyApp::SessionStorage

#with_shopify_session

Instance Method Details

#api_versionObject



6
7
8
# File 'lib/generators/shopify_app/shop_model/templates/shop.rb', line 6

def api_version
  ShopifyApp.configuration.api_version
end