Sha256: 4783e8082ac8725e825dd9045940f3569d4243d4985810ab6342f9deabb1fcf6
Contents?: true
Size: 211 Bytes
Versions: 17
Compression:
Stored size: 211 Bytes
Contents
class TestJob < ApplicationJob def perform puts "==============================#{Gorynich::Current.tenant}====================================" User.first.update!(username: SecureRandom.hex) end end
Version data entries
17 entries across 17 versions & 1 rubygems