6 lines
103 B
Ruby
6 lines
103 B
Ruby
# frozen_string_literal: true
|
|
|
|
class LinterCheck < ApplicationRecord
|
|
has_many :linter_check_runs
|
|
end
|