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