Sha256: 5ce971704d8e04f98f4a0b95f9fdd38036abbc7b9972584ed25a02d3bc99ef6d
Contents?: true
Size: 209 Bytes
Versions: 2
Compression:
Stored size: 209 Bytes
Contents
class ManifestationReserveStatQueue @queue = :enju_leaf def self.perform(manifestation_reserve_stat_id) ManifestationReserveStat.find(manifestation_reserve_stat_id).transition_to!(:started) end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
enju_circulation-0.1.2 | app/workers/manifestation_reserve_stat_queue.rb |
enju_circulation-0.1.1 | app/workers/manifestation_reserve_stat_queue.rb |