Class: TestJob

Inherits:
ApplicationJob show all
Defined in:
lib/bridgetown-plugin-nano/templates/jobs/test_job.rb

Instance Method Summary collapse

Instance Method Details

#perform(*args) ⇒ Object



4
5
6
# File 'lib/bridgetown-plugin-nano/templates/jobs/test_job.rb', line 4

def perform(*args)
  Rails.logger.info "TestJob successfully run! Args: #{args}"
end