Sha256: e8f4269300f25dcce5a454f7786cbabdae17b673ad7ae892192b5deebc684647
Contents?: true
Size: 211 Bytes
Versions: 48
Compression:
Stored size: 211 Bytes
Contents
module Shopify class AfterAuthenticateJob < ActiveJob::Base def perform(shop_domain:) shop = Shop.find_by(shopify_domain: shop_domain) shop.with_shopify_session do end end end end
Version data entries
48 entries across 48 versions & 1 rubygems