mirror of
https://github.com/mperham/sidekiq.git
synced 2022-11-09 13:52:34 -05:00
9 lines
No EOL
140 B
Text
9 lines
No EOL
140 B
Text
<% module_namespacing do -%>
|
|
class <%= class_name %>Job
|
|
include Sidekiq::Job
|
|
|
|
def perform(*args)
|
|
# Do something
|
|
end
|
|
end
|
|
<% end -%> |