class method
self.new
Ruby on Rails edge
Since edgeSignature
self.new(*arguments)
No documentation comment.
Parameters
-
argumentsrest
Source
# 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
Defined in activestorage/app/jobs/active_storage/preview_image_job.rb line 9
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveStorage::PreviewImageJob