Sha256: 2ecfd8fb0e9ea73f2a5a5507e99f3bd6753ee143cb6136566af11ae822aaa0f6
Contents?: true
Size: 242 Bytes
Versions: 18
Compression:
Stored size: 242 Bytes
Contents
# frozen_string_literal: true 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
18 entries across 18 versions & 1 rubygems