mirror of
https://github.com/discourse/discourse.git
synced 2024-11-25 08:43:25 +08:00
typo
This commit is contained in:
parent
ef36fdfb64
commit
06f18b0e9f
|
@ -8,7 +8,7 @@ class PluginGenerator < Rails::Generators::NamedBase
|
|||
class_option :author, type: :string, desc: "Plugin author", required: true
|
||||
class_option :stylesheet, type: :boolean, desc: "Generate Stylesheet", default: true
|
||||
class_option :javascript, type: :boolean, desc: "Generate Javascript initializer", default: true
|
||||
class_option :scheduled_job, type: :boolean, desc: "Generate Stylesheet", default: false
|
||||
class_option :scheduled_job, type: :boolean, desc: "Generate scheduled job", default: false
|
||||
|
||||
def create_scheduled_job_file
|
||||
return unless @options['scheduled_job']
|
||||
|
|
Loading…
Reference in New Issue
Block a user