al13ntown/app/models/sitereport.rb
2026-08-24 20:12:41 +00:00

5 lines
111 B
Ruby

class Sitereport < ApplicationRecord
#has_one_attached :image
has_rich_text :context
#has_rich_text :notes
end