Method: QBWC::ActiveRecord::Job.find_ar_job_with_name

Defined in:
lib/qbwc/active_record/job.rb

.find_ar_job_with_name(name) ⇒ Object



38
39
40
# File 'lib/qbwc/active_record/job.rb', line 38

def self.find_ar_job_with_name(name)
  QbwcJob.where(:name => name)
end