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