4 lines
89 B
Ruby
4 lines
89 B
Ruby
class ChecklistEntry < ApplicationRecord
|
|
belongs_to :checklist
|
|
belongs_to :check
|
|
end
|