Sha256: e14c9a290231d6bf7b350ce647a35001b3ea39184e5d83c8823bd40a279e8d25

Contents?: true

Size: 260 Bytes

Versions: 1

Compression:

Stored size: 260 Bytes

Contents

module Jobshop
  module Inspection
    def self.table_name_prefix
      "jobshop_inspection_"
    end

    CRITERION_TYPES = [
      :inspection_boolean_criterion,
      :inspection_limit_criterion,
      :inspection_deviation_criterion
    ].freeze
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
jobshop-0.0.157 app/models/jobshop/inspection.rb