Methods
Class Public methods
new(*arguments) Link
# File activestorage/app/jobs/active_storage/preview_image_job.rb, line 9 def initialize(*arguments) ActiveStorage.deprecator.warn(<<~MSG.squish) ActiveStorage::PreviewImageJob is no longer used by Rails. It is deprecated and will be removed in Rails 9.0. Use the ActiveStorage::CreateVariantsJob instead. MSG super end