Sha256: 3bf7b3921a50924fa1cae6f25801ac49ab27f2e216a3a1b0826107b7867001ab
Contents?: true
Size: 352 Bytes
Versions: 8
Compression:
Stored size: 352 Bytes
Contents
class JobInvocationTaskGroup < ::ForemanTasks::TaskGroup has_one :job_invocation, :foreign_key => :task_group_id alias resource job_invocation def resource_name N_('Job Invocation') end def self.search_query_for(thing) case thing when ::ForemanTasks::RecurringLogic "recurring_logic.id = #{thing.id}" end end end
Version data entries
8 entries across 8 versions & 1 rubygems