Sha256: 6cd8eba871f0a0dac029f2d9754c8271ed25f4d2bc49e526414bc91737ebbc30
Contents?: true
Size: 217 Bytes
Versions: 58
Compression:
Stored size: 217 Bytes
Contents
# frozen_string_literal: true class HomeController < AuthenticatedController def index @products = ShopifyAPI::Product.find(:all, params: { limit: 10 }) @webhooks = ShopifyAPI::Webhook.find(:all) end end
Version data entries
58 entries across 58 versions & 1 rubygems