Sha256: e1becac39b3f04efa566816f634be390385f55ad25c6763eb213fe20e7b8cd7a
Contents?: true
Size: 144 Bytes
Versions: 29
Compression:
Stored size: 144 Bytes
Contents
class J7W1CreateEndpointWorker include Sidekiq::Worker def perform(id) J7W1ApplicationDevice.find(id).create_device_endpoint end end
Version data entries
29 entries across 29 versions & 1 rubygems