class PikaQue::RailsWorker
Public Instance Methods
perform(msg)
click to toggle source
# File lib/pika_que/rails_worker.rb, line 9 def perform(msg) ActiveJob::Base.execute msg ack! end
# File lib/pika_que/rails_worker.rb, line 9 def perform(msg) ActiveJob::Base.execute msg ack! end