al13ntown/app/models/sitereport.rb

6 lines
111 B
Ruby
Raw Normal View History

2026-08-24 20:12:41 +00:00
class Sitereport < ApplicationRecord
#has_one_attached :image
has_rich_text :context
#has_rich_text :notes
end