5 lines
111 B
Ruby
5 lines
111 B
Ruby
class Sitereport < ApplicationRecord
|
|
#has_one_attached :image
|
|
has_rich_text :context
|
|
#has_rich_text :notes
|
|
end
|