module OscMacheteRails::Workflow::JobsRelation

The module defining the active record relation of the jobs

Public Instance Methods

jobs_active_record_relation() click to toggle source

Assign the active record relation of this instance to the

# File lib/osc_machete_rails/workflow.rb, line 25
def jobs_active_record_relation
  self.send self.class.jobs_active_record_relation_symbol
end