Closed duraki closed 5 years ago
Reading logs paragraph on Wiki for this library and saw an error in the snippet code:
Should be: (replaced puts with log)
puts
log
class PutsJob < Mosquito::QueuedJob def perform log "ohai background job" end end
Thanks @duraki, I've updated the wiki!
Reading logs paragraph on Wiki for this library and saw an error in the snippet code:
Should be: (replaced
puts
withlog
)