Skip to content
This repository was archived by the owner on Jul 3, 2020. It is now read-only.

Commit 00a29cb

Browse files
committed
Add some info to job
1 parent 7545000 commit 00a29cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/app/jobs/test_job.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
class TestJob < ApplicationJob
22
def perform
3-
Rails.logger.info "BOOBS"
3+
# Do some work
44
end
55
end

0 commit comments

Comments
 (0)