method

log_arguments?

Importance_0
v7.0.0 - Show latest stable - 0 notes - Class: JobWrapper
log_arguments?() private

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Hide source
# File activejob/lib/active_job/queue_adapters/delayed_job_adapter.rb, line 51
          def log_arguments?
            job_data["job_class"].constantize.log_arguments?
          end
Register or log in to add new notes.