mirror of
https://github.com/discourse/discourse.git
synced 2024-11-30 14:18:12 +08:00
ef36fdfb64
rails g plugin --help rails g plugin DiscourseRacoon --author joffrey
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
|