Class: Shop

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

Instance Method Summary collapse

Methods included from ShopifyApp::SessionStorage

#with_shopify_session

Instance Method Details

#api_versionObject



4
5
6
# File 'lib/generators/shopify_app/shop_model/templates/shop.rb', line 4

def api_version
  ShopifyApp.configuration.api_version
end