mirror of
https://github.com/discourse/discourse.git
synced 2024-12-02 20:25:33 +08: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
|