a11yist/app/models/element.rb

7 lines
140 B
Ruby
Raw Normal View History

class Element < ApplicationRecord
attr_accessor :checklist_id
belongs_to :report
has_many :success_criteria, dependent: :destroy
end