instance method
perform_method
Ruby on Rails edge
Since edge Private — implementation detail, not part of the public APISignature
perform_method()
No documentation comment.
Source
# File activestorage/app/jobs/active_storage/create_variants_job.rb, line 29
def perform_method
(@process == :immediately) ? :perform_now : :perform_later
end
Defined in activestorage/app/jobs/active_storage/create_variants_job.rb line 29
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveStorage::CreateVariantsJob