Add LinterCheck and LinterCheckRun
This commit is contained in:
5
app/models/linter_check.rb
Normal file
5
app/models/linter_check.rb
Normal file
@@ -0,0 +1,5 @@
|
||||
# frozen_string_literal: true
|
||||
|
||||
class LinterCheck < ApplicationRecord
|
||||
has_many :linter_check_runs
|
||||
end
|
Reference in New Issue
Block a user