lib/rocket_job/jobs/dirmon_job.rb in rocketjob-5.4.1 vs lib/rocket_job/jobs/dirmon_job.rb in rocketjob-6.0.0.rc1
- old
+ new
@@ -16,10 +16,10 @@
# * Otherwise, the file is moved to the supplied archive_directory (defaults to
# `_archive` in the same folder as the file itself. The absolute path and
# file name of the archived file is passed into the job as either
# `upload_file_name` or `full_file_name`.
- # Note:
+ # Notes:
# - Jobs that do not implement #upload _must_ have either `upload_file_name` or `full_file_name` as an attribute.
#
# With RocketJob Pro, the file is automatically uploaded into the job itself
# using the job's #upload method, after which the file is archived or deleted
# if no archive_directory was specified in the DirmonEntry.