Class: User
- Inherits:
-
ActiveRecord::Base
- Object
- ActiveRecord::Base
- User
- Includes:
- ShopifyApp::UserSessionStorageWithScopes
- Defined in:
- lib/generators/shopify_app/user_model/templates/user.rb
Instance Method Summary collapse
Methods included from ShopifyApp::UserSessionStorageWithScopes
#access_scopes, #access_scopes=
Methods included from ShopifyApp::SessionStorage
Instance Method Details
#api_version ⇒ Object
5 6 7 |
# File 'lib/generators/shopify_app/user_model/templates/user.rb', line 5 def api_version ShopifyApp.configuration.api_version end |