a11yist/app/models/page.rb
david 6db0b64f4c
Some checks failed
/ Run tests (push) Failing after 1m13s
/ Run system tests (push) Failing after 1m15s
/ Build, push and deploy image (push) Has been skipped
Cosmetics
2024-11-01 00:50:15 +01:00

6 lines
124 B
Ruby

class Page < ApplicationRecord
belongs_to :report
has_many :elements, dependent: :destroy
has_rich_text :comment
end