Sha256: 10ccd80e13fa19d2ae0f268111f23a23f94317c3c05c80483a5b171656328ab7
Contents?: true
Size: 439 Bytes
Versions: 18
Compression:
Stored size: 439 Bytes
Contents
# frozen_string_literal: true module Helpers module JobHelper class << self def correct_feature?(job_invocation, feature) RemoteExecutionFeature.where(job_template_id: job_invocation.pattern_template_invocations .first .template_id, label: feature).any? end end end end
Version data entries
18 entries across 18 versions & 1 rubygems