Files
codeocean/app/models/linter_check.rb
2020-10-26 21:08:43 +01:00

6 lines
103 B
Ruby

# frozen_string_literal: true
class LinterCheck < ApplicationRecord
has_many :linter_check_runs
end