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