Module: ActiveJobStore::ClassMethods
- Defined in:
- lib/active_job_store.rb
Instance Method Summary collapse
-
#job_executions ⇒ ActiveRecord Relation
Query the list of job executions for the current job class.
Instance Method Details
#job_executions ⇒ ActiveRecord Relation
Query the list of job executions for the current job class
45 46 47 |
# File 'lib/active_job_store.rb', line 45 def job_executions ::ActiveJobStore::Record.where(job_class: to_s) end |