mirror of
https://github.com/discourse/discourse.git
synced 2025-02-12 06:14:54 +00:00
9 lines
133 B
Plaintext
9 lines
133 B
Plaintext
module Jobs
|
|
class ::<%= classified_name %>::Check < Jobs::Scheduled
|
|
every 1.day
|
|
|
|
def execute(args = nil)
|
|
end
|
|
end
|
|
end
|